Shades of Celery #9FB342
Tints of Celery #9FB342
RGB
CMYK
RGB Variations
Color information
#9FB342 (or 0x9FB342) is known color: Celery. HEX triplet: 9F, B3 and 42. RGB value is (159,179,66). Sum of RGB (Red+Green+Blue) = 159+179+66=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB342 is #604CBD. Grayscale: #A0A0A0. Windows color (decimal): -6311102 or 4371359. OLE color: 4371359.
HSL color Cylindrical-coordinate representation of color #9FB342: hue angle of 70.62º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FB342 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 66 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.30 |
| HSL | 70.62º | 0.46% | 0.48% | - |
| HSV(B) | 70.62º | 0.63% | 0.7% | - |
| XYZ | 31.4 | 40 | 11.22 | - |
| YUV | 160.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 66 | 0.11 | 0 | 0.63 | 0.30 | 70.62 | 0.46 | 0.48 |
| Hex | 9F | B3 | 42 | B | 0 | 3F | 1E | 47 | 2E | 30 |
| Octal | 237 | 263 | 102 | 13 | 0 | 77 | 36 | 107 | 56 | 60 |
| Binary | 10011111 | 10110011 | 1000010 | 1011 | 0 | 111111 | 11110 | 1000111 | 101110 | 110000 |
Color Harmonies of #9FB342
Complementary color
Monochromatic Colors of #9FB342
Black with #9FB342
Text Example
Text Example
White with #9FB342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB342; }
p { color: rgb(159,179,66); }
H1.HeaderClassName
{
color: #9FB342;
}
.AnyTagClassName
{
color: #9FB342;
}
</style>
background-color css
<style>
a { background-color: #9FB342; }
a { background-color: rgb(159,179,66); }
div.DivClassName
{
background-color: #9FB342;
}
.BgClassName
{
background-color: #9FB342;
}
</style>
border-color css
<style>
span { border-color: #9FB342; }
span { border-color: rgb(159,179,66); }
td.TdClassName
{
border-color: #9FB342;
}
.TagClassName
{
border-color: #9FB342;
}
</style>