Shades of Citrus #85A702
Tints of Citrus #85A702
RGB
CMYK
RGB Variations
Color information
#85A702 (or 0x85A702) is known color: Citrus. HEX triplet: 85, A7 and 02. RGB value is (133,167,2). Sum of RGB (Red+Green+Blue) = 133+167+2=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #85A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A702 is #7A58FD. Grayscale: #8A8A8A. Windows color (decimal): -8018174 or 173957. OLE color: 173957.
HSL color Cylindrical-coordinate representation of color #85A702: hue angle of 72.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85A702 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.35 |
| HSL | 72.36º | 0.98% | 0.33% | - |
| HSV(B) | 72.36º | 0.99% | 0.65% | - |
| XYZ | 23.5 | 32.63 | 5.12 | - |
| YUV | 138.02 | 51.24 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 2 | 0.20 | 0 | 0.99 | 0.35 | 72.36 | 0.98 | 0.33 |
| Hex | 85 | A7 | 2 | 14 | 0 | 63 | 23 | 48 | 62 | 21 |
| Octal | 205 | 247 | 2 | 24 | 0 | 143 | 43 | 110 | 142 | 41 |
| Binary | 10000101 | 10100111 | 10 | 10100 | 0 | 1100011 | 100011 | 1001000 | 1100010 | 100001 |
Color Harmonies of #85A702
Complementary color
Monochromatic Colors of #85A702
Black with #85A702
Text Example
Text Example
White with #85A702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A702; }
p { color: rgb(133,167,2); }
H1.HeaderClassName
{
color: #85A702;
}
.AnyTagClassName
{
color: #85A702;
}
</style>
background-color css
<style>
a { background-color: #85A702; }
a { background-color: rgb(133,167,2); }
div.DivClassName
{
background-color: #85A702;
}
.BgClassName
{
background-color: #85A702;
}
</style>
border-color css
<style>
span { border-color: #85A702; }
span { border-color: rgb(133,167,2); }
td.TdClassName
{
border-color: #85A702;
}
.TagClassName
{
border-color: #85A702;
}
</style>