Shades of Citron #85A404
Tints of Citron #85A404
RGB
CMYK
RGB Variations
Color information
#85A404 (or 0x85A404) is known color: Citron. HEX triplet: 85, A4 and 04. RGB value is (133,164,4). Sum of RGB (Red+Green+Blue) = 133+164+4=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #85A404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A404 is #7A5BFB. Grayscale: #898989. Windows color (decimal): -8018940 or 304261. OLE color: 304261.
HSL color Cylindrical-coordinate representation of color #85A404: hue angle of 71.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85A404 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.36 |
| HSL | 71.63º | 0.95% | 0.33% | - |
| HSV(B) | 71.63º | 0.98% | 0.64% | - |
| XYZ | 22.97 | 31.55 | 4.99 | - |
| YUV | 136.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 4 | 0.19 | 0 | 0.98 | 0.36 | 71.63 | 0.95 | 0.33 |
| Hex | 85 | A4 | 4 | 13 | 0 | 62 | 24 | 48 | 5F | 21 |
| Octal | 205 | 244 | 4 | 23 | 0 | 142 | 44 | 110 | 137 | 41 |
| Binary | 10000101 | 10100100 | 100 | 10011 | 0 | 1100010 | 100100 | 1001000 | 1011111 | 100001 |
Color Harmonies of #85A404
Complementary color
Monochromatic Colors of #85A404
Black with #85A404
Text Example
Text Example
White with #85A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A404; }
p { color: rgb(133,164,4); }
H1.HeaderClassName
{
color: #85A404;
}
.AnyTagClassName
{
color: #85A404;
}
</style>
background-color css
<style>
a { background-color: #85A404; }
a { background-color: rgb(133,164,4); }
div.DivClassName
{
background-color: #85A404;
}
.BgClassName
{
background-color: #85A404;
}
</style>
border-color css
<style>
span { border-color: #85A404; }
span { border-color: rgb(133,164,4); }
td.TdClassName
{
border-color: #85A404;
}
.TagClassName
{
border-color: #85A404;
}
</style>