Shades of Citron #849012
Tints of Citron #849012
RGB
CMYK
RGB Variations
Color information
#849012 (or 0x849012) is known color: Citron. HEX triplet: 84, 90 and 12. RGB value is (132,144,18). Sum of RGB (Red+Green+Blue) = 132+144+18=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #849012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849012 is #7B6FED. Grayscale: #7E7E7E. Windows color (decimal): -8089582 or 1216644. OLE color: 1216644.
HSL color Cylindrical-coordinate representation of color #849012: hue angle of 65.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #849012 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 18 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.44 |
| HSL | 65.71º | 0.78% | 0.32% | - |
| HSV(B) | 65.71º | 0.88% | 0.56% | - |
| XYZ | 19.6 | 24.9 | 4.34 | - |
| YUV | 126.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 18 | 0.08 | 0 | 0.88 | 0.44 | 65.71 | 0.78 | 0.32 |
| Hex | 84 | 90 | 12 | 8 | 0 | 58 | 2C | 42 | 4E | 20 |
| Octal | 204 | 220 | 22 | 10 | 0 | 130 | 54 | 102 | 116 | 40 |
| Binary | 10000100 | 10010000 | 10010 | 1000 | 0 | 1011000 | 101100 | 1000010 | 1001110 | 100000 |
Color Harmonies of #849012
Complementary color
Monochromatic Colors of #849012
Black with #849012
Text Example
Text Example
White with #849012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849012; }
p { color: rgb(132,144,18); }
H1.HeaderClassName
{
color: #849012;
}
.AnyTagClassName
{
color: #849012;
}
</style>
background-color css
<style>
a { background-color: #849012; }
a { background-color: rgb(132,144,18); }
div.DivClassName
{
background-color: #849012;
}
.BgClassName
{
background-color: #849012;
}
</style>
border-color css
<style>
span { border-color: #849012; }
span { border-color: rgb(132,144,18); }
td.TdClassName
{
border-color: #849012;
}
.TagClassName
{
border-color: #849012;
}
</style>