Shades of Citron #859921
Tints of Citron #859921
RGB
CMYK
RGB Variations
Color information
#859921 (or 0x859921) is known color: Citron. HEX triplet: 85, 99 and 21. RGB value is (133,153,33). Sum of RGB (Red+Green+Blue) = 133+153+33=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #859921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859921 is #7A66DE. Grayscale: #858585. Windows color (decimal): -8021727 or 2201989. OLE color: 2201989.
HSL color Cylindrical-coordinate representation of color #859921: hue angle of 70º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #859921 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 33 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.4 |
| HSL | 70º | 0.65% | 0.36% | - |
| HSV(B) | 70º | 0.78% | 0.6% | - |
| XYZ | 21.34 | 27.88 | 5.7 | - |
| YUV | 133.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 33 | 0.13 | 0 | 0.78 | 0.4 | 70 | 0.65 | 0.36 |
| Hex | 85 | 99 | 21 | D | 0 | 4E | 28 | 46 | 41 | 24 |
| Octal | 205 | 231 | 41 | 15 | 0 | 116 | 50 | 106 | 101 | 44 |
| Binary | 10000101 | 10011001 | 100001 | 1101 | 0 | 1001110 | 101000 | 1000110 | 1000001 | 100100 |
Color Harmonies of #859921
Complementary color
Monochromatic Colors of #859921
Black with #859921
Text Example
Text Example
White with #859921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859921; }
p { color: rgb(133,153,33); }
H1.HeaderClassName
{
color: #859921;
}
.AnyTagClassName
{
color: #859921;
}
</style>
background-color css
<style>
a { background-color: #859921; }
a { background-color: rgb(133,153,33); }
div.DivClassName
{
background-color: #859921;
}
.BgClassName
{
background-color: #859921;
}
</style>
border-color css
<style>
span { border-color: #859921; }
span { border-color: rgb(133,153,33); }
td.TdClassName
{
border-color: #859921;
}
.TagClassName
{
border-color: #859921;
}
</style>