Shades of Citron #849E02
Tints of Citron #849E02
RGB
CMYK
RGB Variations
Color information
#849E02 (or 0x849E02) is known color: 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
| RGB | 132 | 158 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.38 |
| HSL | 70º | 0.98% | 0.31% | - |
| HSV(B) | 70º | 0.99% | 0.62% | - |
| XYZ | 21.75 | 29.36 | 4.58 | - |
| YUV | 132.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 2 | 0.16 | 0 | 0.99 | 0.38 | 70 | 0.98 | 0.31 |
| Hex | 84 | 9E | 2 | 10 | 0 | 63 | 26 | 46 | 62 | 1F |
| Octal | 204 | 236 | 2 | 20 | 0 | 143 | 46 | 106 | 142 | 37 |
| Binary | 10000100 | 10011110 | 10 | 10000 | 0 | 1100011 | 100110 | 1000110 | 1100010 | 11111 |
Color Harmonies of #849E02
Complementary color
Monochromatic Colors of #849E02
Black with #849E02
Text Example
Text Example
White with #849E02
Text Example
Text Example
HTML Codes & Css Web 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>