Shades of Celery #9DBA4F
Tints of Celery #9DBA4F
RGB
CMYK
RGB Variations
Color information
#9DBA4F (or 0x9DBA4F) is known color: Celery. HEX triplet: 9D, BA and 4F. RGB value is (157,186,79). Sum of RGB (Red+Green+Blue) = 157+186+79=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA4F is #6245B0. Grayscale: #A5A5A5. Windows color (decimal): -6440369 or 5225117. OLE color: 5225117.
HSL color Cylindrical-coordinate representation of color #9DBA4F: hue angle of 76.26º 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 #9DBA4F is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 79 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.27 |
| HSL | 76.26º | 0.44% | 0.52% | - |
| HSV(B) | 76.26º | 0.58% | 0.73% | - |
| XYZ | 32.87 | 42.85 | 13.94 | - |
| YUV | 165.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 79 | 0.16 | 0 | 0.58 | 0.27 | 76.26 | 0.44 | 0.52 |
| Hex | 9D | BA | 4F | 10 | 0 | 3A | 1B | 4C | 2C | 34 |
| Octal | 235 | 272 | 117 | 20 | 0 | 72 | 33 | 114 | 54 | 64 |
| Binary | 10011101 | 10111010 | 1001111 | 10000 | 0 | 111010 | 11011 | 1001100 | 101100 | 110100 |
Color Harmonies of #9DBA4F
Complementary color
Monochromatic Colors of #9DBA4F
Black with #9DBA4F
Text Example
Text Example
White with #9DBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA4F; }
p { color: rgb(157,186,79); }
H1.HeaderClassName
{
color: #9DBA4F;
}
.AnyTagClassName
{
color: #9DBA4F;
}
</style>
background-color css
<style>
a { background-color: #9DBA4F; }
a { background-color: rgb(157,186,79); }
div.DivClassName
{
background-color: #9DBA4F;
}
.BgClassName
{
background-color: #9DBA4F;
}
</style>
border-color css
<style>
span { border-color: #9DBA4F; }
span { border-color: rgb(157,186,79); }
td.TdClassName
{
border-color: #9DBA4F;
}
.TagClassName
{
border-color: #9DBA4F;
}
</style>