Shades of Citron #849112
Tints of Citron #849112
RGB
CMYK
RGB Variations
Color information
#849112 (or 0x849112) is known color: Citron. HEX triplet: 84, 91 and 12. RGB value is (132,145,18). Sum of RGB (Red+Green+Blue) = 132+145+18=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #849112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849112 is #7B6EED. Grayscale: #7F7F7F. Windows color (decimal): -8089326 or 1216900. OLE color: 1216900.
HSL color Cylindrical-coordinate representation of color #849112: hue angle of 66.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #849112 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 18 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.43 |
| HSL | 66.14º | 0.78% | 0.32% | - |
| HSV(B) | 66.14º | 0.88% | 0.57% | - |
| XYZ | 19.75 | 25.2 | 4.4 | - |
| YUV | 126.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 18 | 0.09 | 0 | 0.88 | 0.43 | 66.14 | 0.78 | 0.32 |
| Hex | 84 | 91 | 12 | 9 | 0 | 58 | 2B | 42 | 4E | 20 |
| Octal | 204 | 221 | 22 | 11 | 0 | 130 | 53 | 102 | 116 | 40 |
| Binary | 10000100 | 10010001 | 10010 | 1001 | 0 | 1011000 | 101011 | 1000010 | 1001110 | 100000 |
Color Harmonies of #849112
Complementary color
Monochromatic Colors of #849112
Black with #849112
Text Example
Text Example
White with #849112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849112; }
p { color: rgb(132,145,18); }
H1.HeaderClassName
{
color: #849112;
}
.AnyTagClassName
{
color: #849112;
}
</style>
background-color css
<style>
a { background-color: #849112; }
a { background-color: rgb(132,145,18); }
div.DivClassName
{
background-color: #849112;
}
.BgClassName
{
background-color: #849112;
}
</style>
border-color css
<style>
span { border-color: #849112; }
span { border-color: rgb(132,145,18); }
td.TdClassName
{
border-color: #849112;
}
.TagClassName
{
border-color: #849112;
}
</style>