Shades of Celery #9EBE50
Tints of Celery #9EBE50
RGB
CMYK
RGB Variations
Color information
#9EBE50 (or 0x9EBE50) is known color: Celery. HEX triplet: 9E, BE and 50. RGB value is (158,190,80). Sum of RGB (Red+Green+Blue) = 158+190+80=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE50 is #6141AF. Grayscale: #A8A8A8. Windows color (decimal): -6373808 or 5291678. OLE color: 5291678.
HSL color Cylindrical-coordinate representation of color #9EBE50: hue angle of 77.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EBE50 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 80 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.25 |
| HSL | 77.45º | 0.46% | 0.53% | - |
| HSV(B) | 77.45º | 0.58% | 0.75% | - |
| XYZ | 33.96 | 44.68 | 14.42 | - |
| YUV | 167.89 | 78.4 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 80 | 0.17 | 0 | 0.58 | 0.25 | 77.45 | 0.46 | 0.53 |
| Hex | 9E | BE | 50 | 11 | 0 | 3A | 19 | 4D | 2E | 35 |
| Octal | 236 | 276 | 120 | 21 | 0 | 72 | 31 | 115 | 56 | 65 |
| Binary | 10011110 | 10111110 | 1010000 | 10001 | 0 | 111010 | 11001 | 1001101 | 101110 | 110101 |
Color Harmonies of #9EBE50
Complementary color
Monochromatic Colors of #9EBE50
Black with #9EBE50
Text Example
Text Example
White with #9EBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE50; }
p { color: rgb(158,190,80); }
H1.HeaderClassName
{
color: #9EBE50;
}
.AnyTagClassName
{
color: #9EBE50;
}
</style>
background-color css
<style>
a { background-color: #9EBE50; }
a { background-color: rgb(158,190,80); }
div.DivClassName
{
background-color: #9EBE50;
}
.BgClassName
{
background-color: #9EBE50;
}
</style>
border-color css
<style>
span { border-color: #9EBE50; }
span { border-color: rgb(158,190,80); }
td.TdClassName
{
border-color: #9EBE50;
}
.TagClassName
{
border-color: #9EBE50;
}
</style>