Shades of Celery #9DB94C
Tints of Celery #9DB94C
RGB
CMYK
RGB Variations
Color information
#9DB94C (or 0x9DB94C) is known color: Celery. HEX triplet: 9D, B9 and 4C. RGB value is (157,185,76). Sum of RGB (Red+Green+Blue) = 157+185+76=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB94C is #6246B3. Grayscale: #A4A4A4. Windows color (decimal): -6440628 or 5028253. OLE color: 5028253.
HSL color Cylindrical-coordinate representation of color #9DB94C: hue angle of 75.41º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DB94C is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 76 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.27 |
| HSL | 75.41º | 0.44% | 0.51% | - |
| HSV(B) | 75.41º | 0.59% | 0.73% | - |
| XYZ | 32.56 | 42.39 | 13.3 | - |
| YUV | 164.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 76 | 0.15 | 0 | 0.59 | 0.27 | 75.41 | 0.44 | 0.51 |
| Hex | 9D | B9 | 4C | F | 0 | 3B | 1B | 4B | 2C | 33 |
| Octal | 235 | 271 | 114 | 17 | 0 | 73 | 33 | 113 | 54 | 63 |
| Binary | 10011101 | 10111001 | 1001100 | 1111 | 0 | 111011 | 11011 | 1001011 | 101100 | 110011 |
Color Harmonies of #9DB94C
Complementary color
Monochromatic Colors of #9DB94C
Black with #9DB94C
Text Example
Text Example
White with #9DB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB94C; }
p { color: rgb(157,185,76); }
H1.HeaderClassName
{
color: #9DB94C;
}
.AnyTagClassName
{
color: #9DB94C;
}
</style>
background-color css
<style>
a { background-color: #9DB94C; }
a { background-color: rgb(157,185,76); }
div.DivClassName
{
background-color: #9DB94C;
}
.BgClassName
{
background-color: #9DB94C;
}
</style>
border-color css
<style>
span { border-color: #9DB94C; }
span { border-color: rgb(157,185,76); }
td.TdClassName
{
border-color: #9DB94C;
}
.TagClassName
{
border-color: #9DB94C;
}
</style>