Shades of Celery #9DB850
Tints of Celery #9DB850
RGB
CMYK
RGB Variations
Color information
#9DB850 (or 0x9DB850) is known color: Celery. HEX triplet: 9D, B8 and 50. RGB value is (157,184,80). Sum of RGB (Red+Green+Blue) = 157+184+80=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB850 is #6247AF. Grayscale: #A4A4A4. Windows color (decimal): -6440880 or 5290141. OLE color: 5290141.
HSL color Cylindrical-coordinate representation of color #9DB850: hue angle of 75.58º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DB850 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 80 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.28 |
| HSL | 75.58º | 0.42% | 0.52% | - |
| HSV(B) | 75.58º | 0.57% | 0.72% | - |
| XYZ | 32.49 | 42.03 | 13.99 | - |
| YUV | 164.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 80 | 0.15 | 0 | 0.57 | 0.28 | 75.58 | 0.42 | 0.52 |
| Hex | 9D | B8 | 50 | F | 0 | 39 | 1C | 4C | 2A | 34 |
| Octal | 235 | 270 | 120 | 17 | 0 | 71 | 34 | 114 | 52 | 64 |
| Binary | 10011101 | 10111000 | 1010000 | 1111 | 0 | 111001 | 11100 | 1001100 | 101010 | 110100 |
Color Harmonies of #9DB850
Complementary color
Monochromatic Colors of #9DB850
Black with #9DB850
Text Example
Text Example
White with #9DB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB850; }
p { color: rgb(157,184,80); }
H1.HeaderClassName
{
color: #9DB850;
}
.AnyTagClassName
{
color: #9DB850;
}
</style>
background-color css
<style>
a { background-color: #9DB850; }
a { background-color: rgb(157,184,80); }
div.DivClassName
{
background-color: #9DB850;
}
.BgClassName
{
background-color: #9DB850;
}
</style>
border-color css
<style>
span { border-color: #9DB850; }
span { border-color: rgb(157,184,80); }
td.TdClassName
{
border-color: #9DB850;
}
.TagClassName
{
border-color: #9DB850;
}
</style>