#849E02

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

Shades of Citron #849E02

Tints of Citron #849E02

Color information

#849E02 (or 0x849E02) is unknown color: approx Citron. HEX triplet: 84, 9E and 02. RGB value is (132,158,2). Sum of RGB (Red+Green+Blue) = 132+158+2=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #849E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849E02 is #7B61FD. Grayscale: #858585. Windows color (decimal): -8086014 or 171652. OLE color: 171652.

HSL color Cylindrical-coordinate representation of color #849E02: hue angle of 70º degrees, saturation: 0.98, 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 #849E02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1321582-
CMYK0.1600.990.38
HSL70º97.5%31.37%-
HSV(B)70º98.73%61.96%-
XYZ21.7529.364.58-
YUV132.4454.39127.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 158 (62.11% from 255) = 54.11%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=45.21%
G=54.11%
B=0.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13215820.1600.990.387097.531.37
Hex849E2100632646621f
Octal20423622001434610614237
Binary10000100100111101010000011000111001101000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,2); }

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

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

 a { background-color: rgb(132,158,2); }

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

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

 span { border-color: rgb(132,158,2); }

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