Shades of Celery #9DB949
Tints of Celery #9DB949
RGB
CMYK
RGB Variations
Color information
#9DB949 (or 0x9DB949) is known color: Celery. HEX triplet: 9D, B9 and 49. RGB value is (157,185,73). Sum of RGB (Red+Green+Blue) = 157+185+73=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB949 is #6246B6. Grayscale: #A4A4A4. Windows color (decimal): -6440631 or 4831645. OLE color: 4831645.
HSL color Cylindrical-coordinate representation of color #9DB949: hue angle of 75º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DB949 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 73 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.27 |
| HSL | 75º | 0.44% | 0.51% | - |
| HSV(B) | 75º | 0.61% | 0.73% | - |
| XYZ | 32.46 | 42.35 | 12.77 | - |
| YUV | 163.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 73 | 0.15 | 0 | 0.61 | 0.27 | 75 | 0.44 | 0.51 |
| Hex | 9D | B9 | 49 | F | 0 | 3D | 1B | 4B | 2C | 33 |
| Octal | 235 | 271 | 111 | 17 | 0 | 75 | 33 | 113 | 54 | 63 |
| Binary | 10011101 | 10111001 | 1001001 | 1111 | 0 | 111101 | 11011 | 1001011 | 101100 | 110011 |
Color Harmonies of #9DB949
Complementary color
Monochromatic Colors of #9DB949
Black with #9DB949
Text Example
Text Example
White with #9DB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB949; }
p { color: rgb(157,185,73); }
H1.HeaderClassName
{
color: #9DB949;
}
.AnyTagClassName
{
color: #9DB949;
}
</style>
background-color css
<style>
a { background-color: #9DB949; }
a { background-color: rgb(157,185,73); }
div.DivClassName
{
background-color: #9DB949;
}
.BgClassName
{
background-color: #9DB949;
}
</style>
border-color css
<style>
span { border-color: #9DB949; }
span { border-color: rgb(157,185,73); }
td.TdClassName
{
border-color: #9DB949;
}
.TagClassName
{
border-color: #9DB949;
}
</style>