Shades of Citron #86982B
Tints of Citron #86982B
RGB
CMYK
RGB Variations
Color information
#86982B (or 0x86982B) is known color: Citron. HEX triplet: 86, 98 and 2B. RGB value is (134,152,43). Sum of RGB (Red+Green+Blue) = 134+152+43=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #86982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86982B is #7967D4. Grayscale: #868686. Windows color (decimal): -7956437 or 2857094. OLE color: 2857094.
HSL color Cylindrical-coordinate representation of color #86982B: hue angle of 69.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86982B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 43 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.40 |
| HSL | 69.91º | 0.56% | 0.38% | - |
| HSV(B) | 69.91º | 0.72% | 0.6% | - |
| XYZ | 21.5 | 27.7 | 6.5 | - |
| YUV | 134.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 43 | 0.12 | 0 | 0.72 | 0.40 | 69.91 | 0.56 | 0.38 |
| Hex | 86 | 98 | 2B | C | 0 | 48 | 28 | 46 | 38 | 26 |
| Octal | 206 | 230 | 53 | 14 | 0 | 110 | 50 | 106 | 70 | 46 |
| Binary | 10000110 | 10011000 | 101011 | 1100 | 0 | 1001000 | 101000 | 1000110 | 111000 | 100110 |
Color Harmonies of #86982B
Complementary color
Monochromatic Colors of #86982B
Black with #86982B
Text Example
Text Example
White with #86982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86982B; }
p { color: rgb(134,152,43); }
H1.HeaderClassName
{
color: #86982B;
}
.AnyTagClassName
{
color: #86982B;
}
</style>
background-color css
<style>
a { background-color: #86982B; }
a { background-color: rgb(134,152,43); }
div.DivClassName
{
background-color: #86982B;
}
.BgClassName
{
background-color: #86982B;
}
</style>
border-color css
<style>
span { border-color: #86982B; }
span { border-color: rgb(134,152,43); }
td.TdClassName
{
border-color: #86982B;
}
.TagClassName
{
border-color: #86982B;
}
</style>