Shades of Citron #85A020
Tints of Citron #85A020
RGB
CMYK
RGB Variations
Color information
#85A020 (or 0x85A020) is known color: Citron. HEX triplet: 85, A0 and 20. RGB value is (133,160,32). Sum of RGB (Red+Green+Blue) = 133+160+32=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #85A020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A020 is #7A5FDF. Grayscale: #898989. Windows color (decimal): -8019936 or 2138245. OLE color: 2138245.
HSL color Cylindrical-coordinate representation of color #85A020: hue angle of 72.66º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85A020 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 32 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.37 |
| HSL | 72.66º | 0.67% | 0.38% | - |
| HSV(B) | 72.66º | 0.8% | 0.63% | - |
| XYZ | 22.5 | 30.23 | 6.02 | - |
| YUV | 137.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 32 | 0.17 | 0 | 0.80 | 0.37 | 72.66 | 0.67 | 0.38 |
| Hex | 85 | A0 | 20 | 11 | 0 | 50 | 25 | 49 | 43 | 26 |
| Octal | 205 | 240 | 40 | 21 | 0 | 120 | 45 | 111 | 103 | 46 |
| Binary | 10000101 | 10100000 | 100000 | 10001 | 0 | 1010000 | 100101 | 1001001 | 1000011 | 100110 |
Color Harmonies of #85A020
Complementary color
Monochromatic Colors of #85A020
Black with #85A020
Text Example
Text Example
White with #85A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A020; }
p { color: rgb(133,160,32); }
H1.HeaderClassName
{
color: #85A020;
}
.AnyTagClassName
{
color: #85A020;
}
</style>
background-color css
<style>
a { background-color: #85A020; }
a { background-color: rgb(133,160,32); }
div.DivClassName
{
background-color: #85A020;
}
.BgClassName
{
background-color: #85A020;
}
</style>
border-color css
<style>
span { border-color: #85A020; }
span { border-color: rgb(133,160,32); }
td.TdClassName
{
border-color: #85A020;
}
.TagClassName
{
border-color: #85A020;
}
</style>