Shades of Citron #86A410
Tints of Citron #86A410
RGB
CMYK
RGB Variations
Color information
#86A410 (or 0x86A410) is known color: Citron. HEX triplet: 86, A4 and 10. RGB value is (134,164,16). Sum of RGB (Red+Green+Blue) = 134+164+16=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #86A410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A410 is #795BEF. Grayscale: #8A8A8A. Windows color (decimal): -7953392 or 1090694. OLE color: 1090694.
HSL color Cylindrical-coordinate representation of color #86A410: hue angle of 72.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86A410 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 164 | 16 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.36 |
| HSL | 72.16º | 0.82% | 0.35% | - |
| HSV(B) | 72.16º | 0.9% | 0.64% | - |
| XYZ | 23.2 | 31.66 | 5.38 | - |
| YUV | 138.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 16 | 0.18 | 0 | 0.90 | 0.36 | 72.16 | 0.82 | 0.35 |
| Hex | 86 | A4 | 10 | 12 | 0 | 5A | 24 | 48 | 52 | 23 |
| Octal | 206 | 244 | 20 | 22 | 0 | 132 | 44 | 110 | 122 | 43 |
| Binary | 10000110 | 10100100 | 10000 | 10010 | 0 | 1011010 | 100100 | 1001000 | 1010010 | 100011 |
Color Harmonies of #86A410
Complementary color
Monochromatic Colors of #86A410
Black with #86A410
Text Example
Text Example
White with #86A410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A410; }
p { color: rgb(134,164,16); }
H1.HeaderClassName
{
color: #86A410;
}
.AnyTagClassName
{
color: #86A410;
}
</style>
background-color css
<style>
a { background-color: #86A410; }
a { background-color: rgb(134,164,16); }
div.DivClassName
{
background-color: #86A410;
}
.BgClassName
{
background-color: #86A410;
}
</style>
border-color css
<style>
span { border-color: #86A410; }
span { border-color: rgb(134,164,16); }
td.TdClassName
{
border-color: #86A410;
}
.TagClassName
{
border-color: #86A410;
}
</style>