Shades of Celery #9DB64A
Tints of Celery #9DB64A
RGB
CMYK
RGB Variations
Color information
#9DB64A (or 0x9DB64A) is known color: Celery. HEX triplet: 9D, B6 and 4A. RGB value is (157,182,74). Sum of RGB (Red+Green+Blue) = 157+182+74=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB64A is #6249B5. Grayscale: #A2A2A2. Windows color (decimal): -6441398 or 4896413. OLE color: 4896413.
HSL color Cylindrical-coordinate representation of color #9DB64A: hue angle of 73.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DB64A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 74 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.29 |
| HSL | 73.89º | 0.43% | 0.5% | - |
| HSV(B) | 73.89º | 0.59% | 0.71% | - |
| XYZ | 31.87 | 41.12 | 12.74 | - |
| YUV | 162.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 74 | 0.14 | 0 | 0.59 | 0.29 | 73.89 | 0.43 | 0.5 |
| Hex | 9D | B6 | 4A | E | 0 | 3B | 1D | 4A | 2B | 32 |
| Octal | 235 | 266 | 112 | 16 | 0 | 73 | 35 | 112 | 53 | 62 |
| Binary | 10011101 | 10110110 | 1001010 | 1110 | 0 | 111011 | 11101 | 1001010 | 101011 | 110010 |
Color Harmonies of #9DB64A
Complementary color
Monochromatic Colors of #9DB64A
Black with #9DB64A
Text Example
Text Example
White with #9DB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB64A; }
p { color: rgb(157,182,74); }
H1.HeaderClassName
{
color: #9DB64A;
}
.AnyTagClassName
{
color: #9DB64A;
}
</style>
background-color css
<style>
a { background-color: #9DB64A; }
a { background-color: rgb(157,182,74); }
div.DivClassName
{
background-color: #9DB64A;
}
.BgClassName
{
background-color: #9DB64A;
}
</style>
border-color css
<style>
span { border-color: #9DB64A; }
span { border-color: rgb(157,182,74); }
td.TdClassName
{
border-color: #9DB64A;
}
.TagClassName
{
border-color: #9DB64A;
}
</style>