Shades of Celery #9EBA4E
Tints of Celery #9EBA4E
RGB
CMYK
RGB Variations
Color information
#9EBA4E (or 0x9EBA4E) is known color: Celery. HEX triplet: 9E, BA and 4E. RGB value is (158,186,78). Sum of RGB (Red+Green+Blue) = 158+186+78=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA4E is #6145B1. Grayscale: #A5A5A5. Windows color (decimal): -6374834 or 5159582. OLE color: 5159582.
HSL color Cylindrical-coordinate representation of color #9EBA4E: hue angle of 75.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EBA4E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 78 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.27 |
| HSL | 75.56º | 0.44% | 0.52% | - |
| HSV(B) | 75.56º | 0.58% | 0.73% | - |
| XYZ | 33.03 | 42.94 | 13.75 | - |
| YUV | 165.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 78 | 0.15 | 0 | 0.58 | 0.27 | 75.56 | 0.44 | 0.52 |
| Hex | 9E | BA | 4E | F | 0 | 3A | 1B | 4C | 2C | 34 |
| Octal | 236 | 272 | 116 | 17 | 0 | 72 | 33 | 114 | 54 | 64 |
| Binary | 10011110 | 10111010 | 1001110 | 1111 | 0 | 111010 | 11011 | 1001100 | 101100 | 110100 |
Color Harmonies of #9EBA4E
Complementary color
Monochromatic Colors of #9EBA4E
Black with #9EBA4E
Text Example
Text Example
White with #9EBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA4E; }
p { color: rgb(158,186,78); }
H1.HeaderClassName
{
color: #9EBA4E;
}
.AnyTagClassName
{
color: #9EBA4E;
}
</style>
background-color css
<style>
a { background-color: #9EBA4E; }
a { background-color: rgb(158,186,78); }
div.DivClassName
{
background-color: #9EBA4E;
}
.BgClassName
{
background-color: #9EBA4E;
}
</style>
border-color css
<style>
span { border-color: #9EBA4E; }
span { border-color: rgb(158,186,78); }
td.TdClassName
{
border-color: #9EBA4E;
}
.TagClassName
{
border-color: #9EBA4E;
}
</style>