Shades of Citron #86911D
Tints of Citron #86911D
RGB
CMYK
RGB Variations
Color information
#86911D (or 0x86911D) is known color: Citron. HEX triplet: 86, 91 and 1D. RGB value is (134,145,29). Sum of RGB (Red+Green+Blue) = 134+145+29=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #86911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86911D is #796EE2. Grayscale: #808080. Windows color (decimal): -7958243 or 1937798. OLE color: 1937798.
HSL color Cylindrical-coordinate representation of color #86911D: hue angle of 65.69º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86911D is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 145 | 29 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.43 |
| HSL | 65.69º | 0.67% | 0.34% | - |
| HSV(B) | 65.69º | 0.8% | 0.57% | - |
| XYZ | 20.18 | 25.41 | 5 | - |
| YUV | 128.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 29 | 0.08 | 0 | 0.8 | 0.43 | 65.69 | 0.67 | 0.34 |
| Hex | 86 | 91 | 1D | 8 | 0 | 50 | 2B | 42 | 43 | 22 |
| Octal | 206 | 221 | 35 | 10 | 0 | 120 | 53 | 102 | 103 | 42 |
| Binary | 10000110 | 10010001 | 11101 | 1000 | 0 | 1010000 | 101011 | 1000010 | 1000011 | 100010 |
Color Harmonies of #86911D
Complementary color
Monochromatic Colors of #86911D
Black with #86911D
Text Example
Text Example
White with #86911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86911D; }
p { color: rgb(134,145,29); }
H1.HeaderClassName
{
color: #86911D;
}
.AnyTagClassName
{
color: #86911D;
}
</style>
background-color css
<style>
a { background-color: #86911D; }
a { background-color: rgb(134,145,29); }
div.DivClassName
{
background-color: #86911D;
}
.BgClassName
{
background-color: #86911D;
}
</style>
border-color css
<style>
span { border-color: #86911D; }
span { border-color: rgb(134,145,29); }
td.TdClassName
{
border-color: #86911D;
}
.TagClassName
{
border-color: #86911D;
}
</style>