Shades of Citrus #85B806
Tints of Citrus #85B806
RGB
CMYK
RGB Variations
Color information
#85B806 (or 0x85B806) is known color: Citrus. HEX triplet: 85, B8 and 06. RGB value is (133,184,6). Sum of RGB (Red+Green+Blue) = 133+184+6=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #85B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B806 is #7A47F9. Grayscale: #959595. Windows color (decimal): -8013818 or 440453. OLE color: 440453.
HSL color Cylindrical-coordinate representation of color #85B806: hue angle of 77.19º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85B806 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.28 |
| HSL | 77.19º | 0.94% | 0.37% | - |
| HSV(B) | 77.19º | 0.97% | 0.72% | - |
| XYZ | 26.85 | 39.28 | 6.34 | - |
| YUV | 148.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 6 | 0.28 | 0 | 0.97 | 0.28 | 77.19 | 0.94 | 0.37 |
| Hex | 85 | B8 | 6 | 1C | 0 | 61 | 1C | 4D | 5E | 25 |
| Octal | 205 | 270 | 6 | 34 | 0 | 141 | 34 | 115 | 136 | 45 |
| Binary | 10000101 | 10111000 | 110 | 11100 | 0 | 1100001 | 11100 | 1001101 | 1011110 | 100101 |
Color Harmonies of #85B806
Complementary color
Monochromatic Colors of #85B806
Black with #85B806
Text Example
Text Example
White with #85B806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B806; }
p { color: rgb(133,184,6); }
H1.HeaderClassName
{
color: #85B806;
}
.AnyTagClassName
{
color: #85B806;
}
</style>
background-color css
<style>
a { background-color: #85B806; }
a { background-color: rgb(133,184,6); }
div.DivClassName
{
background-color: #85B806;
}
.BgClassName
{
background-color: #85B806;
}
</style>
border-color css
<style>
span { border-color: #85B806; }
span { border-color: rgb(133,184,6); }
td.TdClassName
{
border-color: #85B806;
}
.TagClassName
{
border-color: #85B806;
}
</style>