Shades of Citrus #85B904
Tints of Citrus #85B904
RGB
CMYK
RGB Variations
Color information
#85B904 (or 0x85B904) is known color: Citrus. HEX triplet: 85, B9 and 04. RGB value is (133,185,4). Sum of RGB (Red+Green+Blue) = 133+185+4=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #85B904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B904 is #7A46FB. Grayscale: #959595. Windows color (decimal): -8013564 or 309637. OLE color: 309637.
HSL color Cylindrical-coordinate representation of color #85B904: hue angle of 77.24º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B904 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.27 |
| HSL | 77.24º | 0.96% | 0.37% | - |
| HSV(B) | 77.24º | 0.98% | 0.73% | - |
| XYZ | 27.04 | 39.69 | 6.35 | - |
| YUV | 148.82 | 46.27 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 4 | 0.28 | 0 | 0.98 | 0.27 | 77.24 | 0.96 | 0.37 |
| Hex | 85 | B9 | 4 | 1C | 0 | 62 | 1B | 4D | 60 | 25 |
| Octal | 205 | 271 | 4 | 34 | 0 | 142 | 33 | 115 | 140 | 45 |
| Binary | 10000101 | 10111001 | 100 | 11100 | 0 | 1100010 | 11011 | 1001101 | 1100000 | 100101 |
Color Harmonies of #85B904
Complementary color
Monochromatic Colors of #85B904
Black with #85B904
Text Example
Text Example
White with #85B904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B904; }
p { color: rgb(133,185,4); }
H1.HeaderClassName
{
color: #85B904;
}
.AnyTagClassName
{
color: #85B904;
}
</style>
background-color css
<style>
a { background-color: #85B904; }
a { background-color: rgb(133,185,4); }
div.DivClassName
{
background-color: #85B904;
}
.BgClassName
{
background-color: #85B904;
}
</style>
border-color css
<style>
span { border-color: #85B904; }
span { border-color: rgb(133,185,4); }
td.TdClassName
{
border-color: #85B904;
}
.TagClassName
{
border-color: #85B904;
}
</style>