Shades of Citrus #86AA02
Tints of Citrus #86AA02
RGB
CMYK
RGB Variations
Color information
#86AA02 (or 0x86AA02) is known color: Citrus. HEX triplet: 86, AA and 02. RGB value is (134,170,2). Sum of RGB (Red+Green+Blue) = 134+170+2=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA02 is #7955FD. Grayscale: #8C8C8C. Windows color (decimal): -7951870 or 174726. OLE color: 174726.
HSL color Cylindrical-coordinate representation of color #86AA02: hue angle of 72.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86AA02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.33 |
| HSL | 72.86º | 0.98% | 0.34% | - |
| HSV(B) | 72.86º | 0.99% | 0.67% | - |
| XYZ | 24.22 | 33.82 | 5.31 | - |
| YUV | 140.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 2 | 0.21 | 0 | 0.99 | 0.33 | 72.86 | 0.98 | 0.34 |
| Hex | 86 | AA | 2 | 15 | 0 | 63 | 21 | 49 | 62 | 22 |
| Octal | 206 | 252 | 2 | 25 | 0 | 143 | 41 | 111 | 142 | 42 |
| Binary | 10000110 | 10101010 | 10 | 10101 | 0 | 1100011 | 100001 | 1001001 | 1100010 | 100010 |
Color Harmonies of #86AA02
Complementary color
Monochromatic Colors of #86AA02
Black with #86AA02
Text Example
Text Example
White with #86AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA02; }
p { color: rgb(134,170,2); }
H1.HeaderClassName
{
color: #86AA02;
}
.AnyTagClassName
{
color: #86AA02;
}
</style>
background-color css
<style>
a { background-color: #86AA02; }
a { background-color: rgb(134,170,2); }
div.DivClassName
{
background-color: #86AA02;
}
.BgClassName
{
background-color: #86AA02;
}
</style>
border-color css
<style>
span { border-color: #86AA02; }
span { border-color: rgb(134,170,2); }
td.TdClassName
{
border-color: #86AA02;
}
.TagClassName
{
border-color: #86AA02;
}
</style>