Shades of Citrus #85BA06
Tints of Citrus #85BA06
RGB
CMYK
RGB Variations
Color information
#85BA06 (or 0x85BA06) is known color: Citrus. HEX triplet: 85, BA and 06. RGB value is (133,186,6). Sum of RGB (Red+Green+Blue) = 133+186+6=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA06 is #7A45F9. Grayscale: #969696. Windows color (decimal): -8013306 or 440965. OLE color: 440965.
HSL color Cylindrical-coordinate representation of color #85BA06: hue angle of 77.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85BA06 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.27 |
| HSL | 77.67º | 0.94% | 0.38% | - |
| HSV(B) | 77.67º | 0.97% | 0.73% | - |
| XYZ | 27.26 | 40.12 | 6.48 | - |
| YUV | 149.63 | 46.94 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 6 | 0.28 | 0 | 0.97 | 0.27 | 77.67 | 0.94 | 0.38 |
| Hex | 85 | BA | 6 | 1C | 0 | 61 | 1B | 4E | 5E | 26 |
| Octal | 205 | 272 | 6 | 34 | 0 | 141 | 33 | 116 | 136 | 46 |
| Binary | 10000101 | 10111010 | 110 | 11100 | 0 | 1100001 | 11011 | 1001110 | 1011110 | 100110 |
Color Harmonies of #85BA06
Complementary color
Monochromatic Colors of #85BA06
Black with #85BA06
Text Example
Text Example
White with #85BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA06; }
p { color: rgb(133,186,6); }
H1.HeaderClassName
{
color: #85BA06;
}
.AnyTagClassName
{
color: #85BA06;
}
</style>
background-color css
<style>
a { background-color: #85BA06; }
a { background-color: rgb(133,186,6); }
div.DivClassName
{
background-color: #85BA06;
}
.BgClassName
{
background-color: #85BA06;
}
</style>
border-color css
<style>
span { border-color: #85BA06; }
span { border-color: rgb(133,186,6); }
td.TdClassName
{
border-color: #85BA06;
}
.TagClassName
{
border-color: #85BA06;
}
</style>