Shades of Yellow Green #9EBE32
Tints of Yellow Green #9EBE32
RGB
CMYK
RGB Variations
Color information
#9EBE32 (or 0x9EBE32) is known color: Yellow Green. HEX triplet: 9E, BE and 32. RGB value is (158,190,50). Sum of RGB (Red+Green+Blue) = 158+190+50=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBE32 is #6141CD. Grayscale: #A5A5A5. Windows color (decimal): -6373838 or 3325598. OLE color: 3325598.
HSL color Cylindrical-coordinate representation of color #9EBE32: hue angle of 73.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EBE32 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 50 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.25 |
| HSL | 73.71º | 0.58% | 0.47% | - |
| HSV(B) | 73.71º | 0.74% | 0.75% | - |
| XYZ | 33.09 | 44.33 | 9.83 | - |
| YUV | 164.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 50 | 0.17 | 0 | 0.74 | 0.25 | 73.71 | 0.58 | 0.47 |
| Hex | 9E | BE | 32 | 11 | 0 | 4A | 19 | 4A | 3A | 2F |
| Octal | 236 | 276 | 62 | 21 | 0 | 112 | 31 | 112 | 72 | 57 |
| Binary | 10011110 | 10111110 | 110010 | 10001 | 0 | 1001010 | 11001 | 1001010 | 111010 | 101111 |
Color Harmonies of #9EBE32
Complementary color
Monochromatic Colors of #9EBE32
Black with #9EBE32
Text Example
Text Example
White with #9EBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE32; }
p { color: rgb(158,190,50); }
H1.HeaderClassName
{
color: #9EBE32;
}
.AnyTagClassName
{
color: #9EBE32;
}
</style>
background-color css
<style>
a { background-color: #9EBE32; }
a { background-color: rgb(158,190,50); }
div.DivClassName
{
background-color: #9EBE32;
}
.BgClassName
{
background-color: #9EBE32;
}
</style>
border-color css
<style>
span { border-color: #9EBE32; }
span { border-color: rgb(158,190,50); }
td.TdClassName
{
border-color: #9EBE32;
}
.TagClassName
{
border-color: #9EBE32;
}
</style>