Shades of Citrus #85B705
Tints of Citrus #85B705
RGB
CMYK
RGB Variations
Color information
#85B705 (or 0x85B705) is known color: Citrus. HEX triplet: 85, B7 and 05. RGB value is (133,183,5). Sum of RGB (Red+Green+Blue) = 133+183+5=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #85B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B705 is #7A48FA. Grayscale: #949494. Windows color (decimal): -8014075 or 374661. OLE color: 374661.
HSL color Cylindrical-coordinate representation of color #85B705: hue angle of 76.85º degrees, saturation: 0.95, 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 #85B705 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.28 |
| HSL | 76.85º | 0.95% | 0.37% | - |
| HSV(B) | 76.85º | 0.97% | 0.72% | - |
| XYZ | 26.63 | 38.86 | 6.24 | - |
| YUV | 147.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 5 | 0.27 | 0 | 0.97 | 0.28 | 76.85 | 0.95 | 0.37 |
| Hex | 85 | B7 | 5 | 1B | 0 | 61 | 1C | 4D | 5F | 25 |
| Octal | 205 | 267 | 5 | 33 | 0 | 141 | 34 | 115 | 137 | 45 |
| Binary | 10000101 | 10110111 | 101 | 11011 | 0 | 1100001 | 11100 | 1001101 | 1011111 | 100101 |
Color Harmonies of #85B705
Complementary color
Monochromatic Colors of #85B705
Black with #85B705
Text Example
Text Example
White with #85B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B705; }
p { color: rgb(133,183,5); }
H1.HeaderClassName
{
color: #85B705;
}
.AnyTagClassName
{
color: #85B705;
}
</style>
background-color css
<style>
a { background-color: #85B705; }
a { background-color: rgb(133,183,5); }
div.DivClassName
{
background-color: #85B705;
}
.BgClassName
{
background-color: #85B705;
}
</style>
border-color css
<style>
span { border-color: #85B705; }
span { border-color: rgb(133,183,5); }
td.TdClassName
{
border-color: #85B705;
}
.TagClassName
{
border-color: #85B705;
}
</style>