Shades of Citron #85A412
Tints of Citron #85A412
RGB
CMYK
RGB Variations
Color information
#85A412 (or 0x85A412) is known color: Citron. HEX triplet: 85, A4 and 12. RGB value is (133,164,18). Sum of RGB (Red+Green+Blue) = 133+164+18=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #85A412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A412 is #7A5BED. Grayscale: #8A8A8A. Windows color (decimal): -8018926 or 1221765. OLE color: 1221765.
HSL color Cylindrical-coordinate representation of color #85A412: hue angle of 72.74º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85A412 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 18 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.36 |
| HSL | 72.74º | 0.8% | 0.36% | - |
| HSV(B) | 72.74º | 0.89% | 0.64% | - |
| XYZ | 23.06 | 31.58 | 5.45 | - |
| YUV | 138.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 18 | 0.19 | 0 | 0.89 | 0.36 | 72.74 | 0.8 | 0.36 |
| Hex | 85 | A4 | 12 | 13 | 0 | 59 | 24 | 49 | 50 | 24 |
| Octal | 205 | 244 | 22 | 23 | 0 | 131 | 44 | 111 | 120 | 44 |
| Binary | 10000101 | 10100100 | 10010 | 10011 | 0 | 1011001 | 100100 | 1001001 | 1010000 | 100100 |
Color Harmonies of #85A412
Complementary color
Monochromatic Colors of #85A412
Black with #85A412
Text Example
Text Example
White with #85A412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A412; }
p { color: rgb(133,164,18); }
H1.HeaderClassName
{
color: #85A412;
}
.AnyTagClassName
{
color: #85A412;
}
</style>
background-color css
<style>
a { background-color: #85A412; }
a { background-color: rgb(133,164,18); }
div.DivClassName
{
background-color: #85A412;
}
.BgClassName
{
background-color: #85A412;
}
</style>
border-color css
<style>
span { border-color: #85A412; }
span { border-color: rgb(133,164,18); }
td.TdClassName
{
border-color: #85A412;
}
.TagClassName
{
border-color: #85A412;
}
</style>