Shades of Citron #8E962B
Tints of Citron #8E962B
RGB
CMYK
RGB Variations
Color information
#8E962B (or 0x8E962B) is known color: Citron. HEX triplet: 8E, 96 and 2B. RGB value is (142,150,43). Sum of RGB (Red+Green+Blue) = 142+150+43=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #8E962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E962B is #7169D4. Grayscale: #878787. Windows color (decimal): -7432661 or 2856590. OLE color: 2856590.
HSL color Cylindrical-coordinate representation of color #8E962B: hue angle of 64.49º 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 #8E962B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 150 | 43 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.41 |
| HSL | 64.49º | 0.55% | 0.38% | - |
| HSV(B) | 64.49º | 0.71% | 0.59% | - |
| XYZ | 22.5 | 27.74 | 6.45 | - |
| YUV | 135.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 43 | 0.05 | 0 | 0.71 | 0.41 | 64.49 | 0.55 | 0.38 |
| Hex | 8E | 96 | 2B | 5 | 0 | 47 | 29 | 40 | 37 | 26 |
| Octal | 216 | 226 | 53 | 5 | 0 | 107 | 51 | 100 | 67 | 46 |
| Binary | 10001110 | 10010110 | 101011 | 101 | 0 | 1000111 | 101001 | 1000000 | 110111 | 100110 |
Color Harmonies of #8E962B
Complementary color
Monochromatic Colors of #8E962B
Black with #8E962B
Text Example
Text Example
White with #8E962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E962B; }
p { color: rgb(142,150,43); }
H1.HeaderClassName
{
color: #8E962B;
}
.AnyTagClassName
{
color: #8E962B;
}
</style>
background-color css
<style>
a { background-color: #8E962B; }
a { background-color: rgb(142,150,43); }
div.DivClassName
{
background-color: #8E962B;
}
.BgClassName
{
background-color: #8E962B;
}
</style>
border-color css
<style>
span { border-color: #8E962B; }
span { border-color: rgb(142,150,43); }
td.TdClassName
{
border-color: #8E962B;
}
.TagClassName
{
border-color: #8E962B;
}
</style>