Shades of Citron #86901F
Tints of Citron #86901F
RGB
CMYK
RGB Variations
Color information
#86901F (or 0x86901F) is known color: Citron. HEX triplet: 86, 90 and 1F. RGB value is (134,144,31). Sum of RGB (Red+Green+Blue) = 134+144+31=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #86901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86901F is #796FE0. Grayscale: #808080. Windows color (decimal): -7958497 or 2068614. OLE color: 2068614.
HSL color Cylindrical-coordinate representation of color #86901F: hue angle of 65.31º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86901F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 31 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.44 |
| HSL | 65.31º | 0.65% | 0.34% | - |
| HSV(B) | 65.31º | 0.78% | 0.56% | - |
| XYZ | 20.05 | 25.11 | 5.09 | - |
| YUV | 128.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 31 | 0.07 | 0 | 0.78 | 0.44 | 65.31 | 0.65 | 0.34 |
| Hex | 86 | 90 | 1F | 7 | 0 | 4E | 2C | 41 | 41 | 22 |
| Octal | 206 | 220 | 37 | 7 | 0 | 116 | 54 | 101 | 101 | 42 |
| Binary | 10000110 | 10010000 | 11111 | 111 | 0 | 1001110 | 101100 | 1000001 | 1000001 | 100010 |
Color Harmonies of #86901F
Complementary color
Monochromatic Colors of #86901F
Black with #86901F
Text Example
Text Example
White with #86901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86901F; }
p { color: rgb(134,144,31); }
H1.HeaderClassName
{
color: #86901F;
}
.AnyTagClassName
{
color: #86901F;
}
</style>
background-color css
<style>
a { background-color: #86901F; }
a { background-color: rgb(134,144,31); }
div.DivClassName
{
background-color: #86901F;
}
.BgClassName
{
background-color: #86901F;
}
</style>
border-color css
<style>
span { border-color: #86901F; }
span { border-color: rgb(134,144,31); }
td.TdClassName
{
border-color: #86901F;
}
.TagClassName
{
border-color: #86901F;
}
</style>