Shades of Celery #9DBA4E
Tints of Celery #9DBA4E
RGB
CMYK
RGB Variations
Color information
#9DBA4E (or 0x9DBA4E) is known color: Celery. HEX triplet: 9D, BA and 4E. RGB value is (157,186,78). Sum of RGB (Red+Green+Blue) = 157+186+78=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA4E is #6245B1. Grayscale: #A5A5A5. Windows color (decimal): -6440370 or 5159581. OLE color: 5159581.
HSL color Cylindrical-coordinate representation of color #9DBA4E: hue angle of 76.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DBA4E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 78 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.27 |
| HSL | 76.11º | 0.44% | 0.52% | - |
| HSV(B) | 76.11º | 0.58% | 0.73% | - |
| XYZ | 32.84 | 42.84 | 13.75 | - |
| YUV | 165.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 78 | 0.16 | 0 | 0.58 | 0.27 | 76.11 | 0.44 | 0.52 |
| Hex | 9D | BA | 4E | 10 | 0 | 3A | 1B | 4C | 2C | 34 |
| Octal | 235 | 272 | 116 | 20 | 0 | 72 | 33 | 114 | 54 | 64 |
| Binary | 10011101 | 10111010 | 1001110 | 10000 | 0 | 111010 | 11011 | 1001100 | 101100 | 110100 |
Color Harmonies of #9DBA4E
Complementary color
Monochromatic Colors of #9DBA4E
Black with #9DBA4E
Text Example
Text Example
White with #9DBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA4E; }
p { color: rgb(157,186,78); }
H1.HeaderClassName
{
color: #9DBA4E;
}
.AnyTagClassName
{
color: #9DBA4E;
}
</style>
background-color css
<style>
a { background-color: #9DBA4E; }
a { background-color: rgb(157,186,78); }
div.DivClassName
{
background-color: #9DBA4E;
}
.BgClassName
{
background-color: #9DBA4E;
}
</style>
border-color css
<style>
span { border-color: #9DBA4E; }
span { border-color: rgb(157,186,78); }
td.TdClassName
{
border-color: #9DBA4E;
}
.TagClassName
{
border-color: #9DBA4E;
}
</style>