Shades of Citron #86A11F
Tints of Citron #86A11F
RGB
CMYK
RGB Variations
Color information
#86A11F (or 0x86A11F) is known color: Citron. HEX triplet: 86, A1 and 1F. RGB value is (134,161,31). Sum of RGB (Red+Green+Blue) = 134+161+31=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #86A11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A11F is #795EE0. Grayscale: #8A8A8A. Windows color (decimal): -7954145 or 2072966. OLE color: 2072966.
HSL color Cylindrical-coordinate representation of color #86A11F: hue angle of 72.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86A11F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 31 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.37 |
| HSL | 72.46º | 0.68% | 0.38% | - |
| HSV(B) | 72.46º | 0.81% | 0.63% | - |
| XYZ | 22.82 | 30.66 | 6.01 | - |
| YUV | 138.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 31 | 0.17 | 0 | 0.81 | 0.37 | 72.46 | 0.68 | 0.38 |
| Hex | 86 | A1 | 1F | 11 | 0 | 51 | 25 | 48 | 44 | 26 |
| Octal | 206 | 241 | 37 | 21 | 0 | 121 | 45 | 110 | 104 | 46 |
| Binary | 10000110 | 10100001 | 11111 | 10001 | 0 | 1010001 | 100101 | 1001000 | 1000100 | 100110 |
Color Harmonies of #86A11F
Complementary color
Monochromatic Colors of #86A11F
Black with #86A11F
Text Example
Text Example
White with #86A11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A11F; }
p { color: rgb(134,161,31); }
H1.HeaderClassName
{
color: #86A11F;
}
.AnyTagClassName
{
color: #86A11F;
}
</style>
background-color css
<style>
a { background-color: #86A11F; }
a { background-color: rgb(134,161,31); }
div.DivClassName
{
background-color: #86A11F;
}
.BgClassName
{
background-color: #86A11F;
}
</style>
border-color css
<style>
span { border-color: #86A11F; }
span { border-color: rgb(134,161,31); }
td.TdClassName
{
border-color: #86A11F;
}
.TagClassName
{
border-color: #86A11F;
}
</style>