Shades of Celery #9DB34B
Tints of Celery #9DB34B
RGB
CMYK
RGB Variations
Color information
#9DB34B (or 0x9DB34B) is known color: Celery. HEX triplet: 9D, B3 and 4B. RGB value is (157,179,75). Sum of RGB (Red+Green+Blue) = 157+179+75=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB34B is #624CB4. Grayscale: #A0A0A0. Windows color (decimal): -6442165 or 4961181. OLE color: 4961181.
HSL color Cylindrical-coordinate representation of color #9DB34B: hue angle of 72.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DB34B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 75 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.30 |
| HSL | 72.69º | 0.41% | 0.5% | - |
| HSV(B) | 72.69º | 0.58% | 0.7% | - |
| XYZ | 31.29 | 39.92 | 12.71 | - |
| YUV | 160.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 75 | 0.12 | 0 | 0.58 | 0.30 | 72.69 | 0.41 | 0.5 |
| Hex | 9D | B3 | 4B | C | 0 | 3A | 1E | 49 | 29 | 32 |
| Octal | 235 | 263 | 113 | 14 | 0 | 72 | 36 | 111 | 51 | 62 |
| Binary | 10011101 | 10110011 | 1001011 | 1100 | 0 | 111010 | 11110 | 1001001 | 101001 | 110010 |
Color Harmonies of #9DB34B
Complementary color
Monochromatic Colors of #9DB34B
Black with #9DB34B
Text Example
Text Example
White with #9DB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB34B; }
p { color: rgb(157,179,75); }
H1.HeaderClassName
{
color: #9DB34B;
}
.AnyTagClassName
{
color: #9DB34B;
}
</style>
background-color css
<style>
a { background-color: #9DB34B; }
a { background-color: rgb(157,179,75); }
div.DivClassName
{
background-color: #9DB34B;
}
.BgClassName
{
background-color: #9DB34B;
}
</style>
border-color css
<style>
span { border-color: #9DB34B; }
span { border-color: rgb(157,179,75); }
td.TdClassName
{
border-color: #9DB34B;
}
.TagClassName
{
border-color: #9DB34B;
}
</style>