Shades of Celery #9FBC4C
Tints of Celery #9FBC4C
RGB
CMYK
RGB Variations
Color information
#9FBC4C (or 0x9FBC4C) is known color: Celery. HEX triplet: 9F, BC and 4C. RGB value is (159,188,76). Sum of RGB (Red+Green+Blue) = 159+188+76=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC4C is #6043B3. Grayscale: #A6A6A6. Windows color (decimal): -6308788 or 5029023. OLE color: 5029023.
HSL color Cylindrical-coordinate representation of color #9FBC4C: hue angle of 75.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FBC4C is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 76 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.26 |
| HSL | 75.54º | 0.46% | 0.52% | - |
| HSV(B) | 75.54º | 0.6% | 0.74% | - |
| XYZ | 33.59 | 43.86 | 13.53 | - |
| YUV | 166.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 76 | 0.15 | 0 | 0.60 | 0.26 | 75.54 | 0.46 | 0.52 |
| Hex | 9F | BC | 4C | F | 0 | 3C | 1A | 4C | 2E | 34 |
| Octal | 237 | 274 | 114 | 17 | 0 | 74 | 32 | 114 | 56 | 64 |
| Binary | 10011111 | 10111100 | 1001100 | 1111 | 0 | 111100 | 11010 | 1001100 | 101110 | 110100 |
Color Harmonies of #9FBC4C
Complementary color
Monochromatic Colors of #9FBC4C
Black with #9FBC4C
Text Example
Text Example
White with #9FBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC4C; }
p { color: rgb(159,188,76); }
H1.HeaderClassName
{
color: #9FBC4C;
}
.AnyTagClassName
{
color: #9FBC4C;
}
</style>
background-color css
<style>
a { background-color: #9FBC4C; }
a { background-color: rgb(159,188,76); }
div.DivClassName
{
background-color: #9FBC4C;
}
.BgClassName
{
background-color: #9FBC4C;
}
</style>
border-color css
<style>
span { border-color: #9FBC4C; }
span { border-color: rgb(159,188,76); }
td.TdClassName
{
border-color: #9FBC4C;
}
.TagClassName
{
border-color: #9FBC4C;
}
</style>