Shades of Citron #8E9B26
Tints of Citron #8E9B26
RGB
CMYK
RGB Variations
Color information
#8E9B26 (or 0x8E9B26) is known color: Citron. HEX triplet: 8E, 9B and 26. RGB value is (142,155,38). Sum of RGB (Red+Green+Blue) = 142+155+38=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B26 is #7164D9. Grayscale: #8A8A8A. Windows color (decimal): -7431386 or 2530190. OLE color: 2530190.
HSL color Cylindrical-coordinate representation of color #8E9B26: hue angle of 66.67º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E9B26 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 155 | 38 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.39 |
| HSL | 66.67º | 0.61% | 0.38% | - |
| HSV(B) | 66.67º | 0.75% | 0.61% | - |
| XYZ | 23.23 | 29.33 | 6.27 | - |
| YUV | 137.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 38 | 0.08 | 0 | 0.75 | 0.39 | 66.67 | 0.61 | 0.38 |
| Hex | 8E | 9B | 26 | 8 | 0 | 4B | 27 | 43 | 3D | 26 |
| Octal | 216 | 233 | 46 | 10 | 0 | 113 | 47 | 103 | 75 | 46 |
| Binary | 10001110 | 10011011 | 100110 | 1000 | 0 | 1001011 | 100111 | 1000011 | 111101 | 100110 |
Color Harmonies of #8E9B26
Complementary color
Monochromatic Colors of #8E9B26
Black with #8E9B26
Text Example
Text Example
White with #8E9B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9B26; }
p { color: rgb(142,155,38); }
H1.HeaderClassName
{
color: #8E9B26;
}
.AnyTagClassName
{
color: #8E9B26;
}
</style>
background-color css
<style>
a { background-color: #8E9B26; }
a { background-color: rgb(142,155,38); }
div.DivClassName
{
background-color: #8E9B26;
}
.BgClassName
{
background-color: #8E9B26;
}
</style>
border-color css
<style>
span { border-color: #8E9B26; }
span { border-color: rgb(142,155,38); }
td.TdClassName
{
border-color: #8E9B26;
}
.TagClassName
{
border-color: #8E9B26;
}
</style>