Shades of Citron #86A118
Tints of Citron #86A118
RGB
CMYK
RGB Variations
Color information
#86A118 (or 0x86A118) is known color: Citron. HEX triplet: 86, A1 and 18. RGB value is (134,161,24). Sum of RGB (Red+Green+Blue) = 134+161+24=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #86A118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A118 is #795EE7. Grayscale: #898989. Windows color (decimal): -7954152 or 1614214. OLE color: 1614214.
HSL color Cylindrical-coordinate representation of color #86A118: hue angle of 71.82º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86A118 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 24 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.37 |
| HSL | 71.82º | 0.74% | 0.36% | - |
| HSV(B) | 71.82º | 0.85% | 0.63% | - |
| XYZ | 22.74 | 30.62 | 5.58 | - |
| YUV | 137.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 24 | 0.17 | 0 | 0.85 | 0.37 | 71.82 | 0.74 | 0.36 |
| Hex | 86 | A1 | 18 | 11 | 0 | 55 | 25 | 48 | 4A | 24 |
| Octal | 206 | 241 | 30 | 21 | 0 | 125 | 45 | 110 | 112 | 44 |
| Binary | 10000110 | 10100001 | 11000 | 10001 | 0 | 1010101 | 100101 | 1001000 | 1001010 | 100100 |
Color Harmonies of #86A118
Complementary color
Monochromatic Colors of #86A118
Black with #86A118
Text Example
Text Example
White with #86A118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A118; }
p { color: rgb(134,161,24); }
H1.HeaderClassName
{
color: #86A118;
}
.AnyTagClassName
{
color: #86A118;
}
</style>
background-color css
<style>
a { background-color: #86A118; }
a { background-color: rgb(134,161,24); }
div.DivClassName
{
background-color: #86A118;
}
.BgClassName
{
background-color: #86A118;
}
</style>
border-color css
<style>
span { border-color: #86A118; }
span { border-color: rgb(134,161,24); }
td.TdClassName
{
border-color: #86A118;
}
.TagClassName
{
border-color: #86A118;
}
</style>