Shades of Celery #9DAB42
Tints of Celery #9DAB42
RGB
CMYK
RGB Variations
Color information
#9DAB42 (or 0x9DAB42) is known color: Celery. HEX triplet: 9D, AB and 42. RGB value is (157,171,66). Sum of RGB (Red+Green+Blue) = 157+171+66=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAB42 is #6254BD. Grayscale: #9B9B9B. Windows color (decimal): -6444222 or 4369309. OLE color: 4369309.
HSL color Cylindrical-coordinate representation of color #9DAB42: hue angle of 68º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DAB42 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 66 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.33 |
| HSL | 68º | 0.44% | 0.46% | - |
| HSV(B) | 68º | 0.61% | 0.67% | - |
| XYZ | 29.45 | 36.69 | 10.68 | - |
| YUV | 154.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 66 | 0.08 | 0 | 0.61 | 0.33 | 68 | 0.44 | 0.46 |
| Hex | 9D | AB | 42 | 8 | 0 | 3D | 21 | 44 | 2C | 2E |
| Octal | 235 | 253 | 102 | 10 | 0 | 75 | 41 | 104 | 54 | 56 |
| Binary | 10011101 | 10101011 | 1000010 | 1000 | 0 | 111101 | 100001 | 1000100 | 101100 | 101110 |
Color Harmonies of #9DAB42
Complementary color
Monochromatic Colors of #9DAB42
Black with #9DAB42
Text Example
Text Example
White with #9DAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB42; }
p { color: rgb(157,171,66); }
H1.HeaderClassName
{
color: #9DAB42;
}
.AnyTagClassName
{
color: #9DAB42;
}
</style>
background-color css
<style>
a { background-color: #9DAB42; }
a { background-color: rgb(157,171,66); }
div.DivClassName
{
background-color: #9DAB42;
}
.BgClassName
{
background-color: #9DAB42;
}
</style>
border-color css
<style>
span { border-color: #9DAB42; }
span { border-color: rgb(157,171,66); }
td.TdClassName
{
border-color: #9DAB42;
}
.TagClassName
{
border-color: #9DAB42;
}
</style>