Shades of Celery #9DB947
Tints of Celery #9DB947
RGB
CMYK
RGB Variations
Color information
#9DB947 (or 0x9DB947) is known color: Celery. HEX triplet: 9D, B9 and 47. RGB value is (157,185,71). Sum of RGB (Red+Green+Blue) = 157+185+71=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB947 is #6246B8. Grayscale: #A4A4A4. Windows color (decimal): -6440633 or 4700573. OLE color: 4700573.
HSL color Cylindrical-coordinate representation of color #9DB947: hue angle of 74.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DB947 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 71 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.27 |
| HSL | 74.74º | 0.45% | 0.5% | - |
| HSV(B) | 74.74º | 0.62% | 0.73% | - |
| XYZ | 32.39 | 42.32 | 12.42 | - |
| YUV | 163.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 71 | 0.15 | 0 | 0.62 | 0.27 | 74.74 | 0.45 | 0.5 |
| Hex | 9D | B9 | 47 | F | 0 | 3E | 1B | 4B | 2D | 32 |
| Octal | 235 | 271 | 107 | 17 | 0 | 76 | 33 | 113 | 55 | 62 |
| Binary | 10011101 | 10111001 | 1000111 | 1111 | 0 | 111110 | 11011 | 1001011 | 101101 | 110010 |
Color Harmonies of #9DB947
Complementary color
Monochromatic Colors of #9DB947
Black with #9DB947
Text Example
Text Example
White with #9DB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB947; }
p { color: rgb(157,185,71); }
H1.HeaderClassName
{
color: #9DB947;
}
.AnyTagClassName
{
color: #9DB947;
}
</style>
background-color css
<style>
a { background-color: #9DB947; }
a { background-color: rgb(157,185,71); }
div.DivClassName
{
background-color: #9DB947;
}
.BgClassName
{
background-color: #9DB947;
}
</style>
border-color css
<style>
span { border-color: #9DB947; }
span { border-color: rgb(157,185,71); }
td.TdClassName
{
border-color: #9DB947;
}
.TagClassName
{
border-color: #9DB947;
}
</style>