Shades of Citron #85A015
Tints of Citron #85A015
RGB
CMYK
RGB Variations
Color information
#85A015 (or 0x85A015) is known color: Citron. HEX triplet: 85, A0 and 15. RGB value is (133,160,21). Sum of RGB (Red+Green+Blue) = 133+160+21=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #85A015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A015 is #7A5FEA. Grayscale: #888888. Windows color (decimal): -8019947 or 1417349. OLE color: 1417349.
HSL color Cylindrical-coordinate representation of color #85A015: hue angle of 71.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85A015 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 21 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.37 |
| HSL | 71.65º | 0.77% | 0.35% | - |
| HSV(B) | 71.65º | 0.87% | 0.63% | - |
| XYZ | 22.38 | 30.18 | 5.36 | - |
| YUV | 136.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 21 | 0.17 | 0 | 0.87 | 0.37 | 71.65 | 0.77 | 0.35 |
| Hex | 85 | A0 | 15 | 11 | 0 | 57 | 25 | 48 | 4D | 23 |
| Octal | 205 | 240 | 25 | 21 | 0 | 127 | 45 | 110 | 115 | 43 |
| Binary | 10000101 | 10100000 | 10101 | 10001 | 0 | 1010111 | 100101 | 1001000 | 1001101 | 100011 |
Color Harmonies of #85A015
Complementary color
Monochromatic Colors of #85A015
Black with #85A015
Text Example
Text Example
White with #85A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A015; }
p { color: rgb(133,160,21); }
H1.HeaderClassName
{
color: #85A015;
}
.AnyTagClassName
{
color: #85A015;
}
</style>
background-color css
<style>
a { background-color: #85A015; }
a { background-color: rgb(133,160,21); }
div.DivClassName
{
background-color: #85A015;
}
.BgClassName
{
background-color: #85A015;
}
</style>
border-color css
<style>
span { border-color: #85A015; }
span { border-color: rgb(133,160,21); }
td.TdClassName
{
border-color: #85A015;
}
.TagClassName
{
border-color: #85A015;
}
</style>