Shades of Citron #8E972B
Tints of Citron #8E972B
RGB
CMYK
RGB Variations
Color information
#8E972B (or 0x8E972B) is known color: Citron. HEX triplet: 8E, 97 and 2B. RGB value is (142,151,43). Sum of RGB (Red+Green+Blue) = 142+151+43=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #8E972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E972B is #7168D4. Grayscale: #888888. Windows color (decimal): -7432405 or 2856846. OLE color: 2856846.
HSL color Cylindrical-coordinate representation of color #8E972B: hue angle of 65º 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 #8E972B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 43 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.41 |
| HSL | 65º | 0.56% | 0.38% | - |
| HSV(B) | 65º | 0.72% | 0.59% | - |
| XYZ | 22.66 | 28.06 | 6.51 | - |
| YUV | 136 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 43 | 0.06 | 0 | 0.72 | 0.41 | 65 | 0.56 | 0.38 |
| Hex | 8E | 97 | 2B | 6 | 0 | 48 | 29 | 41 | 38 | 26 |
| Octal | 216 | 227 | 53 | 6 | 0 | 110 | 51 | 101 | 70 | 46 |
| Binary | 10001110 | 10010111 | 101011 | 110 | 0 | 1001000 | 101001 | 1000001 | 111000 | 100110 |
Color Harmonies of #8E972B
Complementary color
Monochromatic Colors of #8E972B
Black with #8E972B
Text Example
Text Example
White with #8E972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E972B; }
p { color: rgb(142,151,43); }
H1.HeaderClassName
{
color: #8E972B;
}
.AnyTagClassName
{
color: #8E972B;
}
</style>
background-color css
<style>
a { background-color: #8E972B; }
a { background-color: rgb(142,151,43); }
div.DivClassName
{
background-color: #8E972B;
}
.BgClassName
{
background-color: #8E972B;
}
</style>
border-color css
<style>
span { border-color: #8E972B; }
span { border-color: rgb(142,151,43); }
td.TdClassName
{
border-color: #8E972B;
}
.TagClassName
{
border-color: #8E972B;
}
</style>