Shades of Celery #9FBC56
Tints of Celery #9FBC56
RGB
CMYK
RGB Variations
Color information
#9FBC56 (or 0x9FBC56) is known color: Celery. HEX triplet: 9F, BC and 56. RGB value is (159,188,86). Sum of RGB (Red+Green+Blue) = 159+188+86=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC56 is #6043A9. Grayscale: #A8A8A8. Windows color (decimal): -6308778 or 5684383. OLE color: 5684383.
HSL color Cylindrical-coordinate representation of color #9FBC56: hue angle of 77.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FBC56 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 86 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.26 |
| HSL | 77.06º | 0.43% | 0.54% | - |
| HSV(B) | 77.06º | 0.54% | 0.74% | - |
| XYZ | 33.96 | 44.01 | 15.51 | - |
| YUV | 167.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 86 | 0.15 | 0 | 0.54 | 0.26 | 77.06 | 0.43 | 0.54 |
| Hex | 9F | BC | 56 | F | 0 | 36 | 1A | 4D | 2B | 36 |
| Octal | 237 | 274 | 126 | 17 | 0 | 66 | 32 | 115 | 53 | 66 |
| Binary | 10011111 | 10111100 | 1010110 | 1111 | 0 | 110110 | 11010 | 1001101 | 101011 | 110110 |
Color Harmonies of #9FBC56
Complementary color
Monochromatic Colors of #9FBC56
Black with #9FBC56
Text Example
Text Example
White with #9FBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC56; }
p { color: rgb(159,188,86); }
H1.HeaderClassName
{
color: #9FBC56;
}
.AnyTagClassName
{
color: #9FBC56;
}
</style>
background-color css
<style>
a { background-color: #9FBC56; }
a { background-color: rgb(159,188,86); }
div.DivClassName
{
background-color: #9FBC56;
}
.BgClassName
{
background-color: #9FBC56;
}
</style>
border-color css
<style>
span { border-color: #9FBC56; }
span { border-color: rgb(159,188,86); }
td.TdClassName
{
border-color: #9FBC56;
}
.TagClassName
{
border-color: #9FBC56;
}
</style>