Shades of Citrus #85B706
Tints of Citrus #85B706
RGB
CMYK
RGB Variations
Color information
#85B706 (or 0x85B706) is known color: Citrus. HEX triplet: 85, B7 and 06. RGB value is (133,183,6). Sum of RGB (Red+Green+Blue) = 133+183+6=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #85B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B706 is #7A48F9. Grayscale: #949494. Windows color (decimal): -8014074 or 440197. OLE color: 440197.
HSL color Cylindrical-coordinate representation of color #85B706: hue angle of 76.95º 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 #85B706 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.28 |
| HSL | 76.95º | 0.94% | 0.37% | - |
| HSV(B) | 76.95º | 0.97% | 0.72% | - |
| XYZ | 26.64 | 38.87 | 6.27 | - |
| YUV | 147.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 6 | 0.27 | 0 | 0.97 | 0.28 | 76.95 | 0.94 | 0.37 |
| Hex | 85 | B7 | 6 | 1B | 0 | 61 | 1C | 4D | 5E | 25 |
| Octal | 205 | 267 | 6 | 33 | 0 | 141 | 34 | 115 | 136 | 45 |
| Binary | 10000101 | 10110111 | 110 | 11011 | 0 | 1100001 | 11100 | 1001101 | 1011110 | 100101 |
Color Harmonies of #85B706
Complementary color
Monochromatic Colors of #85B706
Black with #85B706
Text Example
Text Example
White with #85B706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B706; }
p { color: rgb(133,183,6); }
H1.HeaderClassName
{
color: #85B706;
}
.AnyTagClassName
{
color: #85B706;
}
</style>
background-color css
<style>
a { background-color: #85B706; }
a { background-color: rgb(133,183,6); }
div.DivClassName
{
background-color: #85B706;
}
.BgClassName
{
background-color: #85B706;
}
</style>
border-color css
<style>
span { border-color: #85B706; }
span { border-color: rgb(133,183,6); }
td.TdClassName
{
border-color: #85B706;
}
.TagClassName
{
border-color: #85B706;
}
</style>