Shades of Citron #86A109
Tints of Citron #86A109
RGB
CMYK
RGB Variations
Color information
#86A109 (or 0x86A109) is known color: Citron. HEX triplet: 86, A1 and 09. RGB value is (134,161,9). Sum of RGB (Red+Green+Blue) = 134+161+9=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #86A109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A109 is #795EF6. Grayscale: #888888. Windows color (decimal): -7954167 or 631174. OLE color: 631174.
HSL color Cylindrical-coordinate representation of color #86A109: hue angle of 70.66º 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 #86A109 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 9 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.37 |
| HSL | 70.66º | 0.89% | 0.33% | - |
| HSV(B) | 70.66º | 0.94% | 0.63% | - |
| XYZ | 22.63 | 30.58 | 4.97 | - |
| YUV | 135.6 | 56.55 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 9 | 0.17 | 0 | 0.94 | 0.37 | 70.66 | 0.89 | 0.33 |
| Hex | 86 | A1 | 9 | 11 | 0 | 5E | 25 | 47 | 59 | 21 |
| Octal | 206 | 241 | 11 | 21 | 0 | 136 | 45 | 107 | 131 | 41 |
| Binary | 10000110 | 10100001 | 1001 | 10001 | 0 | 1011110 | 100101 | 1000111 | 1011001 | 100001 |
Color Harmonies of #86A109
Complementary color
Monochromatic Colors of #86A109
Black with #86A109
Text Example
Text Example
White with #86A109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A109; }
p { color: rgb(134,161,9); }
H1.HeaderClassName
{
color: #86A109;
}
.AnyTagClassName
{
color: #86A109;
}
</style>
background-color css
<style>
a { background-color: #86A109; }
a { background-color: rgb(134,161,9); }
div.DivClassName
{
background-color: #86A109;
}
.BgClassName
{
background-color: #86A109;
}
</style>
border-color css
<style>
span { border-color: #86A109; }
span { border-color: rgb(134,161,9); }
td.TdClassName
{
border-color: #86A109;
}
.TagClassName
{
border-color: #86A109;
}
</style>