Shades of Citron #849121
Tints of Citron #849121
RGB
CMYK
RGB Variations
Color information
#849121 (or 0x849121) is known color: Citron. HEX triplet: 84, 91 and 21. RGB value is (132,145,33). Sum of RGB (Red+Green+Blue) = 132+145+33=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #849121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849121 is #7B6EDE. Grayscale: #808080. Windows color (decimal): -8089311 or 2199940. OLE color: 2199940.
HSL color Cylindrical-coordinate representation of color #849121: hue angle of 66.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #849121 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 33 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.43 |
| HSL | 66.96º | 0.63% | 0.35% | - |
| HSV(B) | 66.96º | 0.77% | 0.57% | - |
| XYZ | 19.92 | 25.27 | 5.27 | - |
| YUV | 128.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 33 | 0.09 | 0 | 0.77 | 0.43 | 66.96 | 0.63 | 0.35 |
| Hex | 84 | 91 | 21 | 9 | 0 | 4D | 2B | 43 | 3F | 23 |
| Octal | 204 | 221 | 41 | 11 | 0 | 115 | 53 | 103 | 77 | 43 |
| Binary | 10000100 | 10010001 | 100001 | 1001 | 0 | 1001101 | 101011 | 1000011 | 111111 | 100011 |
Color Harmonies of #849121
Complementary color
Monochromatic Colors of #849121
Black with #849121
Text Example
Text Example
White with #849121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849121; }
p { color: rgb(132,145,33); }
H1.HeaderClassName
{
color: #849121;
}
.AnyTagClassName
{
color: #849121;
}
</style>
background-color css
<style>
a { background-color: #849121; }
a { background-color: rgb(132,145,33); }
div.DivClassName
{
background-color: #849121;
}
.BgClassName
{
background-color: #849121;
}
</style>
border-color css
<style>
span { border-color: #849121; }
span { border-color: rgb(132,145,33); }
td.TdClassName
{
border-color: #849121;
}
.TagClassName
{
border-color: #849121;
}
</style>