Shades of Celery #9DBE55
Tints of Celery #9DBE55
RGB
CMYK
RGB Variations
Color information
#9DBE55 (or 0x9DBE55) is known color: Celery. HEX triplet: 9D, BE and 55. RGB value is (157,190,85). Sum of RGB (Red+Green+Blue) = 157+190+85=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE55 is #6241AA. Grayscale: #A8A8A8. Windows color (decimal): -6439339 or 5619357. OLE color: 5619357.
HSL color Cylindrical-coordinate representation of color #9DBE55: hue angle of 78.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DBE55 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 85 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.25 |
| HSL | 78.86º | 0.45% | 0.54% | - |
| HSV(B) | 78.86º | 0.55% | 0.75% | - |
| XYZ | 33.96 | 44.65 | 15.42 | - |
| YUV | 168.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 85 | 0.17 | 0 | 0.55 | 0.25 | 78.86 | 0.45 | 0.54 |
| Hex | 9D | BE | 55 | 11 | 0 | 37 | 19 | 4F | 2D | 36 |
| Octal | 235 | 276 | 125 | 21 | 0 | 67 | 31 | 117 | 55 | 66 |
| Binary | 10011101 | 10111110 | 1010101 | 10001 | 0 | 110111 | 11001 | 1001111 | 101101 | 110110 |
Color Harmonies of #9DBE55
Complementary color
Monochromatic Colors of #9DBE55
Black with #9DBE55
Text Example
Text Example
White with #9DBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE55; }
p { color: rgb(157,190,85); }
H1.HeaderClassName
{
color: #9DBE55;
}
.AnyTagClassName
{
color: #9DBE55;
}
</style>
background-color css
<style>
a { background-color: #9DBE55; }
a { background-color: rgb(157,190,85); }
div.DivClassName
{
background-color: #9DBE55;
}
.BgClassName
{
background-color: #9DBE55;
}
</style>
border-color css
<style>
span { border-color: #9DBE55; }
span { border-color: rgb(157,190,85); }
td.TdClassName
{
border-color: #9DBE55;
}
.TagClassName
{
border-color: #9DBE55;
}
</style>