Shades of Citron #85A511
Tints of Citron #85A511
RGB
CMYK
RGB Variations
Color information
#85A511 (or 0x85A511) is known color: Citron. HEX triplet: 85, A5 and 11. RGB value is (133,165,17). Sum of RGB (Red+Green+Blue) = 133+165+17=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #85A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A511 is #7A5AEE. Grayscale: #8B8B8B. Windows color (decimal): -8018671 or 1156485. OLE color: 1156485.
HSL color Cylindrical-coordinate representation of color #85A511: hue angle of 72.97º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85A511 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 17 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.35 |
| HSL | 72.97º | 0.81% | 0.36% | - |
| HSV(B) | 72.97º | 0.9% | 0.65% | - |
| XYZ | 23.23 | 31.94 | 5.47 | - |
| YUV | 138.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 17 | 0.19 | 0 | 0.90 | 0.35 | 72.97 | 0.81 | 0.36 |
| Hex | 85 | A5 | 11 | 13 | 0 | 5A | 23 | 49 | 51 | 24 |
| Octal | 205 | 245 | 21 | 23 | 0 | 132 | 43 | 111 | 121 | 44 |
| Binary | 10000101 | 10100101 | 10001 | 10011 | 0 | 1011010 | 100011 | 1001001 | 1010001 | 100100 |
Color Harmonies of #85A511
Complementary color
Monochromatic Colors of #85A511
Black with #85A511
Text Example
Text Example
White with #85A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A511; }
p { color: rgb(133,165,17); }
H1.HeaderClassName
{
color: #85A511;
}
.AnyTagClassName
{
color: #85A511;
}
</style>
background-color css
<style>
a { background-color: #85A511; }
a { background-color: rgb(133,165,17); }
div.DivClassName
{
background-color: #85A511;
}
.BgClassName
{
background-color: #85A511;
}
</style>
border-color css
<style>
span { border-color: #85A511; }
span { border-color: rgb(133,165,17); }
td.TdClassName
{
border-color: #85A511;
}
.TagClassName
{
border-color: #85A511;
}
</style>