Shades of Citron #85A016
Tints of Citron #85A016
RGB
CMYK
RGB Variations
Color information
#85A016 (or 0x85A016) is known color: Citron. HEX triplet: 85, A0 and 16. RGB value is (133,160,22). Sum of RGB (Red+Green+Blue) = 133+160+22=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #85A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A016 is #7A5FE9. Grayscale: #888888. Windows color (decimal): -8019946 or 1482885. OLE color: 1482885.
HSL color Cylindrical-coordinate representation of color #85A016: hue angle of 71.74º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85A016 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 22 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.37 |
| HSL | 71.74º | 0.76% | 0.36% | - |
| HSV(B) | 71.74º | 0.86% | 0.63% | - |
| XYZ | 22.39 | 30.19 | 5.41 | - |
| YUV | 136.2 | 63.55 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 22 | 0.17 | 0 | 0.86 | 0.37 | 71.74 | 0.76 | 0.36 |
| Hex | 85 | A0 | 16 | 11 | 0 | 56 | 25 | 48 | 4C | 24 |
| Octal | 205 | 240 | 26 | 21 | 0 | 126 | 45 | 110 | 114 | 44 |
| Binary | 10000101 | 10100000 | 10110 | 10001 | 0 | 1010110 | 100101 | 1001000 | 1001100 | 100100 |
Color Harmonies of #85A016
Complementary color
Monochromatic Colors of #85A016
Black with #85A016
Text Example
Text Example
White with #85A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A016; }
p { color: rgb(133,160,22); }
H1.HeaderClassName
{
color: #85A016;
}
.AnyTagClassName
{
color: #85A016;
}
</style>
background-color css
<style>
a { background-color: #85A016; }
a { background-color: rgb(133,160,22); }
div.DivClassName
{
background-color: #85A016;
}
.BgClassName
{
background-color: #85A016;
}
</style>
border-color css
<style>
span { border-color: #85A016; }
span { border-color: rgb(133,160,22); }
td.TdClassName
{
border-color: #85A016;
}
.TagClassName
{
border-color: #85A016;
}
</style>