Shades of Citron #85A00A
Tints of Citron #85A00A
RGB
CMYK
RGB Variations
Color information
#85A00A (or 0x85A00A) is known color: Citron. HEX triplet: 85, A0 and 0A. RGB value is (133,160,10). Sum of RGB (Red+Green+Blue) = 133+160+10=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #85A00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A00A is #7A5FF5. Grayscale: #878787. Windows color (decimal): -8019958 or 696453. OLE color: 696453.
HSL color Cylindrical-coordinate representation of color #85A00A: hue angle of 70.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85A00A is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 10 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.37 |
| HSL | 70.8º | 0.88% | 0.33% | - |
| HSV(B) | 70.8º | 0.94% | 0.63% | - |
| XYZ | 22.3 | 30.15 | 4.93 | - |
| YUV | 134.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 10 | 0.17 | 0 | 0.94 | 0.37 | 70.8 | 0.88 | 0.33 |
| Hex | 85 | A0 | A | 11 | 0 | 5E | 25 | 47 | 58 | 21 |
| Octal | 205 | 240 | 12 | 21 | 0 | 136 | 45 | 107 | 130 | 41 |
| Binary | 10000101 | 10100000 | 1010 | 10001 | 0 | 1011110 | 100101 | 1000111 | 1011000 | 100001 |
Color Harmonies of #85A00A
Complementary color
Monochromatic Colors of #85A00A
Black with #85A00A
Text Example
Text Example
White with #85A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A00A; }
p { color: rgb(133,160,10); }
H1.HeaderClassName
{
color: #85A00A;
}
.AnyTagClassName
{
color: #85A00A;
}
</style>
background-color css
<style>
a { background-color: #85A00A; }
a { background-color: rgb(133,160,10); }
div.DivClassName
{
background-color: #85A00A;
}
.BgClassName
{
background-color: #85A00A;
}
</style>
border-color css
<style>
span { border-color: #85A00A; }
span { border-color: rgb(133,160,10); }
td.TdClassName
{
border-color: #85A00A;
}
.TagClassName
{
border-color: #85A00A;
}
</style>