Shades of Citron #86A001
Tints of Citron #86A001
RGB
CMYK
RGB Variations
Color information
#86A001 (or 0x86A001) is known color: Citron. HEX triplet: 86, A0 and 01. RGB value is (134,160,1). Sum of RGB (Red+Green+Blue) = 134+160+1=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #86A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A001 is #795FFE. Grayscale: #868686. Windows color (decimal): -7954431 or 106630. OLE color: 106630.
HSL color Cylindrical-coordinate representation of color #86A001: hue angle of 69.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86A001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.37 |
| HSL | 69.81º | 0.99% | 0.32% | - |
| HSV(B) | 69.81º | 0.99% | 0.63% | - |
| XYZ | 22.41 | 30.21 | 4.68 | - |
| YUV | 134.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 1 | 0.16 | 0 | 0.99 | 0.37 | 69.81 | 0.99 | 0.32 |
| Hex | 86 | A0 | 1 | 10 | 0 | 63 | 25 | 46 | 63 | 20 |
| Octal | 206 | 240 | 1 | 20 | 0 | 143 | 45 | 106 | 143 | 40 |
| Binary | 10000110 | 10100000 | 1 | 10000 | 0 | 1100011 | 100101 | 1000110 | 1100011 | 100000 |
Color Harmonies of #86A001
Complementary color
Monochromatic Colors of #86A001
Black with #86A001
Text Example
Text Example
White with #86A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A001; }
p { color: rgb(134,160,1); }
H1.HeaderClassName
{
color: #86A001;
}
.AnyTagClassName
{
color: #86A001;
}
</style>
background-color css
<style>
a { background-color: #86A001; }
a { background-color: rgb(134,160,1); }
div.DivClassName
{
background-color: #86A001;
}
.BgClassName
{
background-color: #86A001;
}
</style>
border-color css
<style>
span { border-color: #86A001; }
span { border-color: rgb(134,160,1); }
td.TdClassName
{
border-color: #86A001;
}
.TagClassName
{
border-color: #86A001;
}
</style>