Shades of Citron #86A019
Tints of Citron #86A019
RGB
CMYK
RGB Variations
Color information
#86A019 (or 0x86A019) is known color: Citron. HEX triplet: 86, A0 and 19. RGB value is (134,160,25). Sum of RGB (Red+Green+Blue) = 134+160+25=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #86A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A019 is #795FE6. Grayscale: #898989. Windows color (decimal): -7954407 or 1679494. OLE color: 1679494.
HSL color Cylindrical-coordinate representation of color #86A019: hue angle of 71.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86A019 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 25 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.37 |
| HSL | 71.56º | 0.73% | 0.36% | - |
| HSV(B) | 71.56º | 0.84% | 0.63% | - |
| XYZ | 22.58 | 30.28 | 5.57 | - |
| YUV | 136.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 25 | 0.16 | 0 | 0.84 | 0.37 | 71.56 | 0.73 | 0.36 |
| Hex | 86 | A0 | 19 | 10 | 0 | 54 | 25 | 48 | 49 | 24 |
| Octal | 206 | 240 | 31 | 20 | 0 | 124 | 45 | 110 | 111 | 44 |
| Binary | 10000110 | 10100000 | 11001 | 10000 | 0 | 1010100 | 100101 | 1001000 | 1001001 | 100100 |
Color Harmonies of #86A019
Complementary color
Monochromatic Colors of #86A019
Black with #86A019
Text Example
Text Example
White with #86A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A019; }
p { color: rgb(134,160,25); }
H1.HeaderClassName
{
color: #86A019;
}
.AnyTagClassName
{
color: #86A019;
}
</style>
background-color css
<style>
a { background-color: #86A019; }
a { background-color: rgb(134,160,25); }
div.DivClassName
{
background-color: #86A019;
}
.BgClassName
{
background-color: #86A019;
}
</style>
border-color css
<style>
span { border-color: #86A019; }
span { border-color: rgb(134,160,25); }
td.TdClassName
{
border-color: #86A019;
}
.TagClassName
{
border-color: #86A019;
}
</style>