Shades of Citron #86A009
Tints of Citron #86A009
RGB
CMYK
RGB Variations
Color information
#86A009 (or 0x86A009) is known color: Citron. HEX triplet: 86, A0 and 09. RGB value is (134,160,9). Sum of RGB (Red+Green+Blue) = 134+160+9=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #86A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A009 is #795FF6. Grayscale: #878787. Windows color (decimal): -7954423 or 630918. OLE color: 630918.
HSL color Cylindrical-coordinate representation of color #86A009: hue angle of 70.33º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86A009 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 9 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.37 |
| HSL | 70.33º | 0.89% | 0.33% | - |
| HSV(B) | 70.33º | 0.94% | 0.63% | - |
| XYZ | 22.45 | 30.23 | 4.91 | - |
| YUV | 135.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 9 | 0.16 | 0 | 0.94 | 0.37 | 70.33 | 0.89 | 0.33 |
| Hex | 86 | A0 | 9 | 10 | 0 | 5E | 25 | 46 | 59 | 21 |
| Octal | 206 | 240 | 11 | 20 | 0 | 136 | 45 | 106 | 131 | 41 |
| Binary | 10000110 | 10100000 | 1001 | 10000 | 0 | 1011110 | 100101 | 1000110 | 1011001 | 100001 |
Color Harmonies of #86A009
Complementary color
Monochromatic Colors of #86A009
Black with #86A009
Text Example
Text Example
White with #86A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A009; }
p { color: rgb(134,160,9); }
H1.HeaderClassName
{
color: #86A009;
}
.AnyTagClassName
{
color: #86A009;
}
</style>
background-color css
<style>
a { background-color: #86A009; }
a { background-color: rgb(134,160,9); }
div.DivClassName
{
background-color: #86A009;
}
.BgClassName
{
background-color: #86A009;
}
</style>
border-color css
<style>
span { border-color: #86A009; }
span { border-color: rgb(134,160,9); }
td.TdClassName
{
border-color: #86A009;
}
.TagClassName
{
border-color: #86A009;
}
</style>