Shades of Celery #9EBD50
Tints of Celery #9EBD50
RGB
CMYK
RGB Variations
Color information
#9EBD50 (or 0x9EBD50) is known color: Celery. HEX triplet: 9E, BD and 50. RGB value is (158,189,80). Sum of RGB (Red+Green+Blue) = 158+189+80=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD50 is #6142AF. Grayscale: #A7A7A7. Windows color (decimal): -6374064 or 5291422. OLE color: 5291422.
HSL color Cylindrical-coordinate representation of color #9EBD50: hue angle of 77.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EBD50 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 80 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.26 |
| HSL | 77.06º | 0.45% | 0.53% | - |
| HSV(B) | 77.06º | 0.58% | 0.74% | - |
| XYZ | 33.75 | 44.24 | 14.35 | - |
| YUV | 167.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 80 | 0.16 | 0 | 0.58 | 0.26 | 77.06 | 0.45 | 0.53 |
| Hex | 9E | BD | 50 | 10 | 0 | 3A | 1A | 4D | 2D | 35 |
| Octal | 236 | 275 | 120 | 20 | 0 | 72 | 32 | 115 | 55 | 65 |
| Binary | 10011110 | 10111101 | 1010000 | 10000 | 0 | 111010 | 11010 | 1001101 | 101101 | 110101 |
Color Harmonies of #9EBD50
Complementary color
Monochromatic Colors of #9EBD50
Black with #9EBD50
Text Example
Text Example
White with #9EBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD50; }
p { color: rgb(158,189,80); }
H1.HeaderClassName
{
color: #9EBD50;
}
.AnyTagClassName
{
color: #9EBD50;
}
</style>
background-color css
<style>
a { background-color: #9EBD50; }
a { background-color: rgb(158,189,80); }
div.DivClassName
{
background-color: #9EBD50;
}
.BgClassName
{
background-color: #9EBD50;
}
</style>
border-color css
<style>
span { border-color: #9EBD50; }
span { border-color: rgb(158,189,80); }
td.TdClassName
{
border-color: #9EBD50;
}
.TagClassName
{
border-color: #9EBD50;
}
</style>