Shades of Citron #85A30A
Tints of Citron #85A30A
RGB
CMYK
RGB Variations
Color information
#85A30A (or 0x85A30A) is known color: Citron. HEX triplet: 85, A3 and 0A. RGB value is (133,163,10). Sum of RGB (Red+Green+Blue) = 133+163+10=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #85A30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A30A is #7A5CF5. Grayscale: #898989. Windows color (decimal): -8019190 or 697221. OLE color: 697221.
HSL color Cylindrical-coordinate representation of color #85A30A: hue angle of 71.76º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85A30A is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 10 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.36 |
| HSL | 71.76º | 0.88% | 0.34% | - |
| HSV(B) | 71.76º | 0.94% | 0.64% | - |
| XYZ | 22.82 | 31.2 | 5.11 | - |
| YUV | 136.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 10 | 0.18 | 0 | 0.94 | 0.36 | 71.76 | 0.88 | 0.34 |
| Hex | 85 | A3 | A | 12 | 0 | 5E | 24 | 48 | 58 | 22 |
| Octal | 205 | 243 | 12 | 22 | 0 | 136 | 44 | 110 | 130 | 42 |
| Binary | 10000101 | 10100011 | 1010 | 10010 | 0 | 1011110 | 100100 | 1001000 | 1011000 | 100010 |
Color Harmonies of #85A30A
Complementary color
Monochromatic Colors of #85A30A
Black with #85A30A
Text Example
Text Example
White with #85A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A30A; }
p { color: rgb(133,163,10); }
H1.HeaderClassName
{
color: #85A30A;
}
.AnyTagClassName
{
color: #85A30A;
}
</style>
background-color css
<style>
a { background-color: #85A30A; }
a { background-color: rgb(133,163,10); }
div.DivClassName
{
background-color: #85A30A;
}
.BgClassName
{
background-color: #85A30A;
}
</style>
border-color css
<style>
span { border-color: #85A30A; }
span { border-color: rgb(133,163,10); }
td.TdClassName
{
border-color: #85A30A;
}
.TagClassName
{
border-color: #85A30A;
}
</style>