Shades of Citron #86981D
Tints of Citron #86981D
RGB
CMYK
RGB Variations
Color information
#86981D (or 0x86981D) is known color: Citron. HEX triplet: 86, 98 and 1D. RGB value is (134,152,29). Sum of RGB (Red+Green+Blue) = 134+152+29=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #86981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86981D is #7967E2. Grayscale: #858585. Windows color (decimal): -7956451 or 1939590. OLE color: 1939590.
HSL color Cylindrical-coordinate representation of color #86981D: hue angle of 68.78º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86981D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 29 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.40 |
| HSL | 68.78º | 0.68% | 0.35% | - |
| HSV(B) | 68.78º | 0.81% | 0.6% | - |
| XYZ | 21.28 | 27.61 | 5.37 | - |
| YUV | 132.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 29 | 0.12 | 0 | 0.81 | 0.40 | 68.78 | 0.68 | 0.35 |
| Hex | 86 | 98 | 1D | C | 0 | 51 | 28 | 45 | 44 | 23 |
| Octal | 206 | 230 | 35 | 14 | 0 | 121 | 50 | 105 | 104 | 43 |
| Binary | 10000110 | 10011000 | 11101 | 1100 | 0 | 1010001 | 101000 | 1000101 | 1000100 | 100011 |
Color Harmonies of #86981D
Complementary color
Monochromatic Colors of #86981D
Black with #86981D
Text Example
Text Example
White with #86981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86981D; }
p { color: rgb(134,152,29); }
H1.HeaderClassName
{
color: #86981D;
}
.AnyTagClassName
{
color: #86981D;
}
</style>
background-color css
<style>
a { background-color: #86981D; }
a { background-color: rgb(134,152,29); }
div.DivClassName
{
background-color: #86981D;
}
.BgClassName
{
background-color: #86981D;
}
</style>
border-color css
<style>
span { border-color: #86981D; }
span { border-color: rgb(134,152,29); }
td.TdClassName
{
border-color: #86981D;
}
.TagClassName
{
border-color: #86981D;
}
</style>