Shades of Celery #9EBE53
Tints of Celery #9EBE53
RGB
CMYK
RGB Variations
Color information
#9EBE53 (or 0x9EBE53) is known color: Celery. HEX triplet: 9E, BE and 53. RGB value is (158,190,83). Sum of RGB (Red+Green+Blue) = 158+190+83=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE53 is #6141AC. Grayscale: #A8A8A8. Windows color (decimal): -6373805 or 5488286. OLE color: 5488286.
HSL color Cylindrical-coordinate representation of color #9EBE53: hue angle of 77.94º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EBE53 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 83 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.25 |
| HSL | 77.94º | 0.45% | 0.54% | - |
| HSV(B) | 77.94º | 0.56% | 0.75% | - |
| XYZ | 34.08 | 44.72 | 15.02 | - |
| YUV | 168.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 83 | 0.17 | 0 | 0.56 | 0.25 | 77.94 | 0.45 | 0.54 |
| Hex | 9E | BE | 53 | 11 | 0 | 38 | 19 | 4E | 2D | 36 |
| Octal | 236 | 276 | 123 | 21 | 0 | 70 | 31 | 116 | 55 | 66 |
| Binary | 10011110 | 10111110 | 1010011 | 10001 | 0 | 111000 | 11001 | 1001110 | 101101 | 110110 |
Color Harmonies of #9EBE53
Complementary color
Monochromatic Colors of #9EBE53
Black with #9EBE53
Text Example
Text Example
White with #9EBE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE53; }
p { color: rgb(158,190,83); }
H1.HeaderClassName
{
color: #9EBE53;
}
.AnyTagClassName
{
color: #9EBE53;
}
</style>
background-color css
<style>
a { background-color: #9EBE53; }
a { background-color: rgb(158,190,83); }
div.DivClassName
{
background-color: #9EBE53;
}
.BgClassName
{
background-color: #9EBE53;
}
</style>
border-color css
<style>
span { border-color: #9EBE53; }
span { border-color: rgb(158,190,83); }
td.TdClassName
{
border-color: #9EBE53;
}
.TagClassName
{
border-color: #9EBE53;
}
</style>