Shades of Citron #859F20
Tints of Citron #859F20
RGB
CMYK
RGB Variations
Color information
#859F20 (or 0x859F20) is known color: Citron. HEX triplet: 85, 9F and 20. RGB value is (133,159,32). Sum of RGB (Red+Green+Blue) = 133+159+32=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #859F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F20 is #7A60DF. Grayscale: #898989. Windows color (decimal): -8020192 or 2137989. OLE color: 2137989.
HSL color Cylindrical-coordinate representation of color #859F20: hue angle of 72.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #859F20 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 32 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.38 |
| HSL | 72.28º | 0.66% | 0.37% | - |
| HSV(B) | 72.28º | 0.8% | 0.62% | - |
| XYZ | 22.33 | 29.89 | 5.96 | - |
| YUV | 136.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 32 | 0.16 | 0 | 0.80 | 0.38 | 72.28 | 0.66 | 0.37 |
| Hex | 85 | 9F | 20 | 10 | 0 | 50 | 26 | 48 | 42 | 25 |
| Octal | 205 | 237 | 40 | 20 | 0 | 120 | 46 | 110 | 102 | 45 |
| Binary | 10000101 | 10011111 | 100000 | 10000 | 0 | 1010000 | 100110 | 1001000 | 1000010 | 100101 |
Color Harmonies of #859F20
Complementary color
Monochromatic Colors of #859F20
Black with #859F20
Text Example
Text Example
White with #859F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F20; }
p { color: rgb(133,159,32); }
H1.HeaderClassName
{
color: #859F20;
}
.AnyTagClassName
{
color: #859F20;
}
</style>
background-color css
<style>
a { background-color: #859F20; }
a { background-color: rgb(133,159,32); }
div.DivClassName
{
background-color: #859F20;
}
.BgClassName
{
background-color: #859F20;
}
</style>
border-color css
<style>
span { border-color: #859F20; }
span { border-color: rgb(133,159,32); }
td.TdClassName
{
border-color: #859F20;
}
.TagClassName
{
border-color: #859F20;
}
</style>