#849F01

Color #849F01 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #849F01

Tints of Citron #849F01

Color information

#849F01 (or 0x849F01) is unknown color: approx Citron. HEX triplet: 84, 9F and 01. RGB value is (132,159,1). Sum of RGB (Red+Green+Blue) = 132+159+1=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #849F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849F01 is #7B60FE. Grayscale: #858585. Windows color (decimal): -8085759 or 106372. OLE color: 106372.

HSL color Cylindrical-coordinate representation of color #849F01: hue angle of 70.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849F01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1321591-
CMYK0.1700.990.38
HSL70.25º98.75%31.37%-
HSV(B)70.25º99.37%62.35%-
XYZ21.9229.74.61-
YUV132.9253.55127.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=45.21%
G=54.45%
B=0.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13215910.1700.990.3870.2598.7531.37
Hex849F1110632646631f
Octal20423712101434610614337
Binary1000010010011111110001011000111001101000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849F01; }

 p { color: rgb(132,159,1); }

 H1.HeaderClassName
 {
   color: #849F01;
 }
 .AnyTagClassName
 {
   color: #849F01;
 }
</style>
background-color css

<style>
 a { background-color: #849F01; }

 a { background-color: rgb(132,159,1); }

 div.DivClassName
 {
   background-color: #849F01;
 }
 .BgClassName
 {
   background-color: #849F01;
 }
</style>
border-color css

<style>
 span { border-color: #849F01; }

 span { border-color: rgb(132,159,1); }

 td.TdClassName
 {
   border-color: #849F01;
 }
 .TagClassName
 {
   border-color: #849F01;
 }
</style>