Shades of Citron #8E962E
Tints of Citron #8E962E
RGB
CMYK
RGB Variations
Color information
#8E962E (or 0x8E962E) is known color: Citron. HEX triplet: 8E, 96 and 2E. RGB value is (142,150,46). Sum of RGB (Red+Green+Blue) = 142+150+46=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #8E962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E962E is #7169D1. Grayscale: #888888. Windows color (decimal): -7432658 or 3053198. OLE color: 3053198.
HSL color Cylindrical-coordinate representation of color #8E962E: hue angle of 64.62º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E962E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 150 | 46 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.41 |
| HSL | 64.62º | 0.53% | 0.38% | - |
| HSV(B) | 64.62º | 0.69% | 0.59% | - |
| XYZ | 22.55 | 27.76 | 6.75 | - |
| YUV | 135.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 46 | 0.05 | 0 | 0.69 | 0.41 | 64.62 | 0.53 | 0.38 |
| Hex | 8E | 96 | 2E | 5 | 0 | 45 | 29 | 41 | 35 | 26 |
| Octal | 216 | 226 | 56 | 5 | 0 | 105 | 51 | 101 | 65 | 46 |
| Binary | 10001110 | 10010110 | 101110 | 101 | 0 | 1000101 | 101001 | 1000001 | 110101 | 100110 |
Color Harmonies of #8E962E
Complementary color
Monochromatic Colors of #8E962E
Black with #8E962E
Text Example
Text Example
White with #8E962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E962E; }
p { color: rgb(142,150,46); }
H1.HeaderClassName
{
color: #8E962E;
}
.AnyTagClassName
{
color: #8E962E;
}
</style>
background-color css
<style>
a { background-color: #8E962E; }
a { background-color: rgb(142,150,46); }
div.DivClassName
{
background-color: #8E962E;
}
.BgClassName
{
background-color: #8E962E;
}
</style>
border-color css
<style>
span { border-color: #8E962E; }
span { border-color: rgb(142,150,46); }
td.TdClassName
{
border-color: #8E962E;
}
.TagClassName
{
border-color: #8E962E;
}
</style>