Shades of Citron #859811
Tints of Citron #859811
RGB
CMYK
RGB Variations
Color information
#859811 (or 0x859811) is known color: Citron. HEX triplet: 85, 98 and 11. RGB value is (133,152,17). Sum of RGB (Red+Green+Blue) = 133+152+17=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #859811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859811 is #7A67EE. Grayscale: #838383. Windows color (decimal): -8021999 or 1153157. OLE color: 1153157.
HSL color Cylindrical-coordinate representation of color #859811: hue angle of 68.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #859811 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 17 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.40 |
| HSL | 68.44º | 0.8% | 0.33% | - |
| HSV(B) | 68.44º | 0.89% | 0.6% | - |
| XYZ | 21 | 27.48 | 4.73 | - |
| YUV | 130.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 17 | 0.13 | 0 | 0.89 | 0.40 | 68.44 | 0.8 | 0.33 |
| Hex | 85 | 98 | 11 | D | 0 | 59 | 28 | 44 | 50 | 21 |
| Octal | 205 | 230 | 21 | 15 | 0 | 131 | 50 | 104 | 120 | 41 |
| Binary | 10000101 | 10011000 | 10001 | 1101 | 0 | 1011001 | 101000 | 1000100 | 1010000 | 100001 |
Color Harmonies of #859811
Complementary color
Monochromatic Colors of #859811
Black with #859811
Text Example
Text Example
White with #859811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859811; }
p { color: rgb(133,152,17); }
H1.HeaderClassName
{
color: #859811;
}
.AnyTagClassName
{
color: #859811;
}
</style>
background-color css
<style>
a { background-color: #859811; }
a { background-color: rgb(133,152,17); }
div.DivClassName
{
background-color: #859811;
}
.BgClassName
{
background-color: #859811;
}
</style>
border-color css
<style>
span { border-color: #859811; }
span { border-color: rgb(133,152,17); }
td.TdClassName
{
border-color: #859811;
}
.TagClassName
{
border-color: #859811;
}
</style>