Shades of Celery #9EBA4A
Tints of Celery #9EBA4A
RGB
CMYK
RGB Variations
Color information
#9EBA4A (or 0x9EBA4A) is known color: Celery. HEX triplet: 9E, BA and 4A. RGB value is (158,186,74). Sum of RGB (Red+Green+Blue) = 158+186+74=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA4A is #6145B5. Grayscale: #A5A5A5. Windows color (decimal): -6374838 or 4897438. OLE color: 4897438.
HSL color Cylindrical-coordinate representation of color #9EBA4A: hue angle of 75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EBA4A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 74 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.27 |
| HSL | 75º | 0.45% | 0.51% | - |
| HSV(B) | 75º | 0.6% | 0.73% | - |
| XYZ | 32.9 | 42.88 | 13.02 | - |
| YUV | 164.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 74 | 0.15 | 0 | 0.60 | 0.27 | 75 | 0.45 | 0.51 |
| Hex | 9E | BA | 4A | F | 0 | 3C | 1B | 4B | 2D | 33 |
| Octal | 236 | 272 | 112 | 17 | 0 | 74 | 33 | 113 | 55 | 63 |
| Binary | 10011110 | 10111010 | 1001010 | 1111 | 0 | 111100 | 11011 | 1001011 | 101101 | 110011 |
Color Harmonies of #9EBA4A
Complementary color
Monochromatic Colors of #9EBA4A
Black with #9EBA4A
Text Example
Text Example
White with #9EBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA4A; }
p { color: rgb(158,186,74); }
H1.HeaderClassName
{
color: #9EBA4A;
}
.AnyTagClassName
{
color: #9EBA4A;
}
</style>
background-color css
<style>
a { background-color: #9EBA4A; }
a { background-color: rgb(158,186,74); }
div.DivClassName
{
background-color: #9EBA4A;
}
.BgClassName
{
background-color: #9EBA4A;
}
</style>
border-color css
<style>
span { border-color: #9EBA4A; }
span { border-color: rgb(158,186,74); }
td.TdClassName
{
border-color: #9EBA4A;
}
.TagClassName
{
border-color: #9EBA4A;
}
</style>