Shades of Citron #85A01C
Tints of Citron #85A01C
RGB
CMYK
RGB Variations
Color information
#85A01C (or 0x85A01C) is known color: Citron. HEX triplet: 85, A0 and 1C. RGB value is (133,160,28). Sum of RGB (Red+Green+Blue) = 133+160+28=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #85A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A01C is #7A5FE3. Grayscale: #898989. Windows color (decimal): -8019940 or 1876101. OLE color: 1876101.
HSL color Cylindrical-coordinate representation of color #85A01C: hue angle of 72.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85A01C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 28 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.37 |
| HSL | 72.27º | 0.7% | 0.37% | - |
| HSV(B) | 72.27º | 0.83% | 0.63% | - |
| XYZ | 22.45 | 30.21 | 5.75 | - |
| YUV | 136.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 28 | 0.17 | 0 | 0.82 | 0.37 | 72.27 | 0.7 | 0.37 |
| Hex | 85 | A0 | 1C | 11 | 0 | 52 | 25 | 48 | 46 | 25 |
| Octal | 205 | 240 | 34 | 21 | 0 | 122 | 45 | 110 | 106 | 45 |
| Binary | 10000101 | 10100000 | 11100 | 10001 | 0 | 1010010 | 100101 | 1001000 | 1000110 | 100101 |
Color Harmonies of #85A01C
Complementary color
Monochromatic Colors of #85A01C
Black with #85A01C
Text Example
Text Example
White with #85A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A01C; }
p { color: rgb(133,160,28); }
H1.HeaderClassName
{
color: #85A01C;
}
.AnyTagClassName
{
color: #85A01C;
}
</style>
background-color css
<style>
a { background-color: #85A01C; }
a { background-color: rgb(133,160,28); }
div.DivClassName
{
background-color: #85A01C;
}
.BgClassName
{
background-color: #85A01C;
}
</style>
border-color css
<style>
span { border-color: #85A01C; }
span { border-color: rgb(133,160,28); }
td.TdClassName
{
border-color: #85A01C;
}
.TagClassName
{
border-color: #85A01C;
}
</style>