Shades of Celery #9DBD50
Tints of Celery #9DBD50
RGB
CMYK
RGB Variations
Color information
#9DBD50 (or 0x9DBD50) is known color: Celery. HEX triplet: 9D, BD and 50. RGB value is (157,189,80). Sum of RGB (Red+Green+Blue) = 157+189+80=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD50 is #6242AF. Grayscale: #A7A7A7. Windows color (decimal): -6439600 or 5291421. OLE color: 5291421.
HSL color Cylindrical-coordinate representation of color #9DBD50: hue angle of 77.61º 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 #9DBD50 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 80 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.26 |
| HSL | 77.61º | 0.45% | 0.53% | - |
| HSV(B) | 77.61º | 0.58% | 0.74% | - |
| XYZ | 33.55 | 44.14 | 14.34 | - |
| YUV | 167.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 80 | 0.17 | 0 | 0.58 | 0.26 | 77.61 | 0.45 | 0.53 |
| Hex | 9D | BD | 50 | 11 | 0 | 3A | 1A | 4E | 2D | 35 |
| Octal | 235 | 275 | 120 | 21 | 0 | 72 | 32 | 116 | 55 | 65 |
| Binary | 10011101 | 10111101 | 1010000 | 10001 | 0 | 111010 | 11010 | 1001110 | 101101 | 110101 |
Color Harmonies of #9DBD50
Complementary color
Monochromatic Colors of #9DBD50
Black with #9DBD50
Text Example
Text Example
White with #9DBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD50; }
p { color: rgb(157,189,80); }
H1.HeaderClassName
{
color: #9DBD50;
}
.AnyTagClassName
{
color: #9DBD50;
}
</style>
background-color css
<style>
a { background-color: #9DBD50; }
a { background-color: rgb(157,189,80); }
div.DivClassName
{
background-color: #9DBD50;
}
.BgClassName
{
background-color: #9DBD50;
}
</style>
border-color css
<style>
span { border-color: #9DBD50; }
span { border-color: rgb(157,189,80); }
td.TdClassName
{
border-color: #9DBD50;
}
.TagClassName
{
border-color: #9DBD50;
}
</style>