Shades of Citrus #86AA09
Tints of Citrus #86AA09
RGB
CMYK
RGB Variations
Color information
#86AA09 (or 0x86AA09) is known color: Citrus. HEX triplet: 86, AA and 09. RGB value is (134,170,9). Sum of RGB (Red+Green+Blue) = 134+170+9=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA09 is #7955F6. Grayscale: #8D8D8D. Windows color (decimal): -7951863 or 633478. OLE color: 633478.
HSL color Cylindrical-coordinate representation of color #86AA09: hue angle of 73.42º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86AA09 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.33 |
| HSL | 73.42º | 0.9% | 0.35% | - |
| HSV(B) | 73.42º | 0.95% | 0.67% | - |
| XYZ | 24.26 | 33.84 | 5.51 | - |
| YUV | 140.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 9 | 0.21 | 0 | 0.95 | 0.33 | 73.42 | 0.9 | 0.35 |
| Hex | 86 | AA | 9 | 15 | 0 | 5F | 21 | 49 | 5A | 23 |
| Octal | 206 | 252 | 11 | 25 | 0 | 137 | 41 | 111 | 132 | 43 |
| Binary | 10000110 | 10101010 | 1001 | 10101 | 0 | 1011111 | 100001 | 1001001 | 1011010 | 100011 |
Color Harmonies of #86AA09
Complementary color
Monochromatic Colors of #86AA09
Black with #86AA09
Text Example
Text Example
White with #86AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA09; }
p { color: rgb(134,170,9); }
H1.HeaderClassName
{
color: #86AA09;
}
.AnyTagClassName
{
color: #86AA09;
}
</style>
background-color css
<style>
a { background-color: #86AA09; }
a { background-color: rgb(134,170,9); }
div.DivClassName
{
background-color: #86AA09;
}
.BgClassName
{
background-color: #86AA09;
}
</style>
border-color css
<style>
span { border-color: #86AA09; }
span { border-color: rgb(134,170,9); }
td.TdClassName
{
border-color: #86AA09;
}
.TagClassName
{
border-color: #86AA09;
}
</style>