Shades of Celery #9DBA50
Tints of Celery #9DBA50
RGB
CMYK
RGB Variations
Color information
#9DBA50 (or 0x9DBA50) is known color: Celery. HEX triplet: 9D, BA and 50. RGB value is (157,186,80). Sum of RGB (Red+Green+Blue) = 157+186+80=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA50 is #6245AF. Grayscale: #A5A5A5. Windows color (decimal): -6440368 or 5290653. OLE color: 5290653.
HSL color Cylindrical-coordinate representation of color #9DBA50: hue angle of 76.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DBA50 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 80 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.27 |
| HSL | 76.42º | 0.43% | 0.52% | - |
| HSV(B) | 76.42º | 0.57% | 0.73% | - |
| XYZ | 32.91 | 42.87 | 14.13 | - |
| YUV | 165.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 80 | 0.16 | 0 | 0.57 | 0.27 | 76.42 | 0.43 | 0.52 |
| Hex | 9D | BA | 50 | 10 | 0 | 39 | 1B | 4C | 2B | 34 |
| Octal | 235 | 272 | 120 | 20 | 0 | 71 | 33 | 114 | 53 | 64 |
| Binary | 10011101 | 10111010 | 1010000 | 10000 | 0 | 111001 | 11011 | 1001100 | 101011 | 110100 |
Color Harmonies of #9DBA50
Complementary color
Monochromatic Colors of #9DBA50
Black with #9DBA50
Text Example
Text Example
White with #9DBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA50; }
p { color: rgb(157,186,80); }
H1.HeaderClassName
{
color: #9DBA50;
}
.AnyTagClassName
{
color: #9DBA50;
}
</style>
background-color css
<style>
a { background-color: #9DBA50; }
a { background-color: rgb(157,186,80); }
div.DivClassName
{
background-color: #9DBA50;
}
.BgClassName
{
background-color: #9DBA50;
}
</style>
border-color css
<style>
span { border-color: #9DBA50; }
span { border-color: rgb(157,186,80); }
td.TdClassName
{
border-color: #9DBA50;
}
.TagClassName
{
border-color: #9DBA50;
}
</style>