Shades of Citron #86A016
Tints of Citron #86A016
RGB
CMYK
RGB Variations
Color information
#86A016 (or 0x86A016) is known color: Citron. HEX triplet: 86, A0 and 16. RGB value is (134,160,22). Sum of RGB (Red+Green+Blue) = 134+160+22=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #86A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A016 is #795FE9. Grayscale: #898989. Windows color (decimal): -7954410 or 1482886. OLE color: 1482886.
HSL color Cylindrical-coordinate representation of color #86A016: hue angle of 71.3º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86A016 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 22 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.37 |
| HSL | 71.3º | 0.76% | 0.36% | - |
| HSV(B) | 71.3º | 0.86% | 0.63% | - |
| XYZ | 22.55 | 30.27 | 5.41 | - |
| YUV | 136.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 22 | 0.16 | 0 | 0.86 | 0.37 | 71.3 | 0.76 | 0.36 |
| Hex | 86 | A0 | 16 | 10 | 0 | 56 | 25 | 47 | 4C | 24 |
| Octal | 206 | 240 | 26 | 20 | 0 | 126 | 45 | 107 | 114 | 44 |
| Binary | 10000110 | 10100000 | 10110 | 10000 | 0 | 1010110 | 100101 | 1000111 | 1001100 | 100100 |
Color Harmonies of #86A016
Complementary color
Monochromatic Colors of #86A016
Black with #86A016
Text Example
Text Example
White with #86A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A016; }
p { color: rgb(134,160,22); }
H1.HeaderClassName
{
color: #86A016;
}
.AnyTagClassName
{
color: #86A016;
}
</style>
background-color css
<style>
a { background-color: #86A016; }
a { background-color: rgb(134,160,22); }
div.DivClassName
{
background-color: #86A016;
}
.BgClassName
{
background-color: #86A016;
}
</style>
border-color css
<style>
span { border-color: #86A016; }
span { border-color: rgb(134,160,22); }
td.TdClassName
{
border-color: #86A016;
}
.TagClassName
{
border-color: #86A016;
}
</style>