Shades of Citron #85A213
Tints of Citron #85A213
RGB
CMYK
RGB Variations
Color information
#85A213 (or 0x85A213) is known color: Citron. HEX triplet: 85, A2 and 13. RGB value is (133,162,19). Sum of RGB (Red+Green+Blue) = 133+162+19=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #85A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A213 is #7A5DEC. Grayscale: #898989. Windows color (decimal): -8019437 or 1286789. OLE color: 1286789.
HSL color Cylindrical-coordinate representation of color #85A213: hue angle of 72.17º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85A213 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 19 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.36 |
| HSL | 72.17º | 0.79% | 0.35% | - |
| HSV(B) | 72.17º | 0.88% | 0.64% | - |
| XYZ | 22.71 | 30.87 | 5.38 | - |
| YUV | 137.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 19 | 0.18 | 0 | 0.88 | 0.36 | 72.17 | 0.79 | 0.35 |
| Hex | 85 | A2 | 13 | 12 | 0 | 58 | 24 | 48 | 4F | 23 |
| Octal | 205 | 242 | 23 | 22 | 0 | 130 | 44 | 110 | 117 | 43 |
| Binary | 10000101 | 10100010 | 10011 | 10010 | 0 | 1011000 | 100100 | 1001000 | 1001111 | 100011 |
Color Harmonies of #85A213
Complementary color
Monochromatic Colors of #85A213
Black with #85A213
Text Example
Text Example
White with #85A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A213; }
p { color: rgb(133,162,19); }
H1.HeaderClassName
{
color: #85A213;
}
.AnyTagClassName
{
color: #85A213;
}
</style>
background-color css
<style>
a { background-color: #85A213; }
a { background-color: rgb(133,162,19); }
div.DivClassName
{
background-color: #85A213;
}
.BgClassName
{
background-color: #85A213;
}
</style>
border-color css
<style>
span { border-color: #85A213; }
span { border-color: rgb(133,162,19); }
td.TdClassName
{
border-color: #85A213;
}
.TagClassName
{
border-color: #85A213;
}
</style>