Shades of Citron #8E972C
Tints of Citron #8E972C
RGB
CMYK
RGB Variations
Color information
#8E972C (or 0x8E972C) is known color: Citron. HEX triplet: 8E, 97 and 2C. RGB value is (142,151,44). Sum of RGB (Red+Green+Blue) = 142+151+44=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #8E972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E972C is #7168D3. Grayscale: #888888. Windows color (decimal): -7432404 or 2922382. OLE color: 2922382.
HSL color Cylindrical-coordinate representation of color #8E972C: hue angle of 65.05º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E972C is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 44 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.41 |
| HSL | 65.05º | 0.55% | 0.38% | - |
| HSV(B) | 65.05º | 0.71% | 0.59% | - |
| XYZ | 22.68 | 28.07 | 6.6 | - |
| YUV | 136.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 44 | 0.06 | 0 | 0.71 | 0.41 | 65.05 | 0.55 | 0.38 |
| Hex | 8E | 97 | 2C | 6 | 0 | 47 | 29 | 41 | 37 | 26 |
| Octal | 216 | 227 | 54 | 6 | 0 | 107 | 51 | 101 | 67 | 46 |
| Binary | 10001110 | 10010111 | 101100 | 110 | 0 | 1000111 | 101001 | 1000001 | 110111 | 100110 |
Color Harmonies of #8E972C
Complementary color
Monochromatic Colors of #8E972C
Black with #8E972C
Text Example
Text Example
White with #8E972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E972C; }
p { color: rgb(142,151,44); }
H1.HeaderClassName
{
color: #8E972C;
}
.AnyTagClassName
{
color: #8E972C;
}
</style>
background-color css
<style>
a { background-color: #8E972C; }
a { background-color: rgb(142,151,44); }
div.DivClassName
{
background-color: #8E972C;
}
.BgClassName
{
background-color: #8E972C;
}
</style>
border-color css
<style>
span { border-color: #8E972C; }
span { border-color: rgb(142,151,44); }
td.TdClassName
{
border-color: #8E972C;
}
.TagClassName
{
border-color: #8E972C;
}
</style>