Shades of Citron #85A010
Tints of Citron #85A010
RGB
CMYK
RGB Variations
Color information
#85A010 (or 0x85A010) is known color: Citron. HEX triplet: 85, A0 and 10. RGB value is (133,160,16). Sum of RGB (Red+Green+Blue) = 133+160+16=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #85A010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A010 is #7A5FEF. Grayscale: #888888. Windows color (decimal): -8019952 or 1089669. OLE color: 1089669.
HSL color Cylindrical-coordinate representation of color #85A010: hue angle of 71.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85A010 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 16 | - |
| CMYK | 0.17 | 0 | 0.9 | 0.37 |
| HSL | 71.25º | 0.82% | 0.35% | - |
| HSV(B) | 71.25º | 0.9% | 0.63% | - |
| XYZ | 22.34 | 30.17 | 5.14 | - |
| YUV | 135.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 16 | 0.17 | 0 | 0.9 | 0.37 | 71.25 | 0.82 | 0.35 |
| Hex | 85 | A0 | 10 | 11 | 0 | 5A | 25 | 47 | 52 | 23 |
| Octal | 205 | 240 | 20 | 21 | 0 | 132 | 45 | 107 | 122 | 43 |
| Binary | 10000101 | 10100000 | 10000 | 10001 | 0 | 1011010 | 100101 | 1000111 | 1010010 | 100011 |
Color Harmonies of #85A010
Complementary color
Monochromatic Colors of #85A010
Black with #85A010
Text Example
Text Example
White with #85A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A010; }
p { color: rgb(133,160,16); }
H1.HeaderClassName
{
color: #85A010;
}
.AnyTagClassName
{
color: #85A010;
}
</style>
background-color css
<style>
a { background-color: #85A010; }
a { background-color: rgb(133,160,16); }
div.DivClassName
{
background-color: #85A010;
}
.BgClassName
{
background-color: #85A010;
}
</style>
border-color css
<style>
span { border-color: #85A010; }
span { border-color: rgb(133,160,16); }
td.TdClassName
{
border-color: #85A010;
}
.TagClassName
{
border-color: #85A010;
}
</style>