Shades of Celery #9EBA4F
Tints of Celery #9EBA4F
RGB
CMYK
RGB Variations
Color information
#9EBA4F (or 0x9EBA4F) is known color: Celery. HEX triplet: 9E, BA and 4F. RGB value is (158,186,79). Sum of RGB (Red+Green+Blue) = 158+186+79=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA4F is #6145B0. Grayscale: #A5A5A5. Windows color (decimal): -6374833 or 5225118. OLE color: 5225118.
HSL color Cylindrical-coordinate representation of color #9EBA4F: hue angle of 75.7º 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 #9EBA4F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 79 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.27 |
| HSL | 75.7º | 0.44% | 0.52% | - |
| HSV(B) | 75.7º | 0.58% | 0.73% | - |
| XYZ | 33.07 | 42.95 | 13.94 | - |
| YUV | 165.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 79 | 0.15 | 0 | 0.58 | 0.27 | 75.7 | 0.44 | 0.52 |
| Hex | 9E | BA | 4F | F | 0 | 3A | 1B | 4C | 2C | 34 |
| Octal | 236 | 272 | 117 | 17 | 0 | 72 | 33 | 114 | 54 | 64 |
| Binary | 10011110 | 10111010 | 1001111 | 1111 | 0 | 111010 | 11011 | 1001100 | 101100 | 110100 |
Color Harmonies of #9EBA4F
Complementary color
Monochromatic Colors of #9EBA4F
Black with #9EBA4F
Text Example
Text Example
White with #9EBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA4F; }
p { color: rgb(158,186,79); }
H1.HeaderClassName
{
color: #9EBA4F;
}
.AnyTagClassName
{
color: #9EBA4F;
}
</style>
background-color css
<style>
a { background-color: #9EBA4F; }
a { background-color: rgb(158,186,79); }
div.DivClassName
{
background-color: #9EBA4F;
}
.BgClassName
{
background-color: #9EBA4F;
}
</style>
border-color css
<style>
span { border-color: #9EBA4F; }
span { border-color: rgb(158,186,79); }
td.TdClassName
{
border-color: #9EBA4F;
}
.TagClassName
{
border-color: #9EBA4F;
}
</style>