Shades of Celery #9EB34C
Tints of Celery #9EB34C
RGB
CMYK
RGB Variations
Color information
#9EB34C (or 0x9EB34C) is known color: Celery. HEX triplet: 9E, B3 and 4C. RGB value is (158,179,76). Sum of RGB (Red+Green+Blue) = 158+179+76=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB34C is #614CB3. Grayscale: #A1A1A1. Windows color (decimal): -6376628 or 5026718. OLE color: 5026718.
HSL color Cylindrical-coordinate representation of color #9EB34C: hue angle of 72.23º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EB34C is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 179 | 76 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.30 |
| HSL | 72.23º | 0.4% | 0.5% | - |
| HSV(B) | 72.23º | 0.58% | 0.7% | - |
| XYZ | 31.53 | 40.03 | 12.9 | - |
| YUV | 160.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 179 | 76 | 0.12 | 0 | 0.58 | 0.30 | 72.23 | 0.4 | 0.5 |
| Hex | 9E | B3 | 4C | C | 0 | 3A | 1E | 48 | 28 | 32 |
| Octal | 236 | 263 | 114 | 14 | 0 | 72 | 36 | 110 | 50 | 62 |
| Binary | 10011110 | 10110011 | 1001100 | 1100 | 0 | 111010 | 11110 | 1001000 | 101000 | 110010 |
Color Harmonies of #9EB34C
Complementary color
Monochromatic Colors of #9EB34C
Black with #9EB34C
Text Example
Text Example
White with #9EB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB34C; }
p { color: rgb(158,179,76); }
H1.HeaderClassName
{
color: #9EB34C;
}
.AnyTagClassName
{
color: #9EB34C;
}
</style>
background-color css
<style>
a { background-color: #9EB34C; }
a { background-color: rgb(158,179,76); }
div.DivClassName
{
background-color: #9EB34C;
}
.BgClassName
{
background-color: #9EB34C;
}
</style>
border-color css
<style>
span { border-color: #9EB34C; }
span { border-color: rgb(158,179,76); }
td.TdClassName
{
border-color: #9EB34C;
}
.TagClassName
{
border-color: #9EB34C;
}
</style>