Shades of Citron #8E972E
Tints of Citron #8E972E
RGB
CMYK
RGB Variations
Color information
#8E972E (or 0x8E972E) is known color: Citron. HEX triplet: 8E, 97 and 2E. RGB value is (142,151,46). Sum of RGB (Red+Green+Blue) = 142+151+46=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #8E972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E972E is #7168D1. Grayscale: #888888. Windows color (decimal): -7432402 or 3053454. OLE color: 3053454.
HSL color Cylindrical-coordinate representation of color #8E972E: hue angle of 65.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E972E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 46 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.41 |
| HSL | 65.14º | 0.53% | 0.39% | - |
| HSV(B) | 65.14º | 0.7% | 0.59% | - |
| XYZ | 22.72 | 28.08 | 6.81 | - |
| YUV | 136.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 46 | 0.06 | 0 | 0.70 | 0.41 | 65.14 | 0.53 | 0.39 |
| Hex | 8E | 97 | 2E | 6 | 0 | 46 | 29 | 41 | 35 | 27 |
| Octal | 216 | 227 | 56 | 6 | 0 | 106 | 51 | 101 | 65 | 47 |
| Binary | 10001110 | 10010111 | 101110 | 110 | 0 | 1000110 | 101001 | 1000001 | 110101 | 100111 |
Color Harmonies of #8E972E
Complementary color
Monochromatic Colors of #8E972E
Black with #8E972E
Text Example
Text Example
White with #8E972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E972E; }
p { color: rgb(142,151,46); }
H1.HeaderClassName
{
color: #8E972E;
}
.AnyTagClassName
{
color: #8E972E;
}
</style>
background-color css
<style>
a { background-color: #8E972E; }
a { background-color: rgb(142,151,46); }
div.DivClassName
{
background-color: #8E972E;
}
.BgClassName
{
background-color: #8E972E;
}
</style>
border-color css
<style>
span { border-color: #8E972E; }
span { border-color: rgb(142,151,46); }
td.TdClassName
{
border-color: #8E972E;
}
.TagClassName
{
border-color: #8E972E;
}
</style>