Shades of Citron #8E972A
Tints of Citron #8E972A
RGB
CMYK
RGB Variations
Color information
#8E972A (or 0x8E972A) is known color: Citron. HEX triplet: 8E, 97 and 2A. RGB value is (142,151,42). Sum of RGB (Red+Green+Blue) = 142+151+42=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #8E972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E972A is #7168D5. Grayscale: #888888. Windows color (decimal): -7432406 or 2791310. OLE color: 2791310.
HSL color Cylindrical-coordinate representation of color #8E972A: hue angle of 64.95º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E972A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 42 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.41 |
| HSL | 64.95º | 0.56% | 0.38% | - |
| HSV(B) | 64.95º | 0.72% | 0.59% | - |
| XYZ | 22.64 | 28.05 | 6.41 | - |
| YUV | 135.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 42 | 0.06 | 0 | 0.72 | 0.41 | 64.95 | 0.56 | 0.38 |
| Hex | 8E | 97 | 2A | 6 | 0 | 48 | 29 | 41 | 38 | 26 |
| Octal | 216 | 227 | 52 | 6 | 0 | 110 | 51 | 101 | 70 | 46 |
| Binary | 10001110 | 10010111 | 101010 | 110 | 0 | 1001000 | 101001 | 1000001 | 111000 | 100110 |
Color Harmonies of #8E972A
Complementary color
Monochromatic Colors of #8E972A
Black with #8E972A
Text Example
Text Example
White with #8E972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E972A; }
p { color: rgb(142,151,42); }
H1.HeaderClassName
{
color: #8E972A;
}
.AnyTagClassName
{
color: #8E972A;
}
</style>
background-color css
<style>
a { background-color: #8E972A; }
a { background-color: rgb(142,151,42); }
div.DivClassName
{
background-color: #8E972A;
}
.BgClassName
{
background-color: #8E972A;
}
</style>
border-color css
<style>
span { border-color: #8E972A; }
span { border-color: rgb(142,151,42); }
td.TdClassName
{
border-color: #8E972A;
}
.TagClassName
{
border-color: #8E972A;
}
</style>