Shades of Celery #9DB048
Tints of Celery #9DB048
RGB
CMYK
RGB Variations
Color information
#9DB048 (or 0x9DB048) is known color: Celery. HEX triplet: 9D, B0 and 48. RGB value is (157,176,72). Sum of RGB (Red+Green+Blue) = 157+176+72=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB048 is #624FB7. Grayscale: #9E9E9E. Windows color (decimal): -6442936 or 4763805. OLE color: 4763805.
HSL color Cylindrical-coordinate representation of color #9DB048: hue angle of 70.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DB048 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 72 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.31 |
| HSL | 70.96º | 0.42% | 0.49% | - |
| HSV(B) | 70.96º | 0.59% | 0.69% | - |
| XYZ | 30.6 | 38.69 | 11.99 | - |
| YUV | 158.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 72 | 0.11 | 0 | 0.59 | 0.31 | 70.96 | 0.42 | 0.49 |
| Hex | 9D | B0 | 48 | B | 0 | 3B | 1F | 47 | 2A | 31 |
| Octal | 235 | 260 | 110 | 13 | 0 | 73 | 37 | 107 | 52 | 61 |
| Binary | 10011101 | 10110000 | 1001000 | 1011 | 0 | 111011 | 11111 | 1000111 | 101010 | 110001 |
Color Harmonies of #9DB048
Complementary color
Monochromatic Colors of #9DB048
Black with #9DB048
Text Example
Text Example
White with #9DB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB048; }
p { color: rgb(157,176,72); }
H1.HeaderClassName
{
color: #9DB048;
}
.AnyTagClassName
{
color: #9DB048;
}
</style>
background-color css
<style>
a { background-color: #9DB048; }
a { background-color: rgb(157,176,72); }
div.DivClassName
{
background-color: #9DB048;
}
.BgClassName
{
background-color: #9DB048;
}
</style>
border-color css
<style>
span { border-color: #9DB048; }
span { border-color: rgb(157,176,72); }
td.TdClassName
{
border-color: #9DB048;
}
.TagClassName
{
border-color: #9DB048;
}
</style>