Shades of Celery #9FBC4B
Tints of Celery #9FBC4B
RGB
CMYK
RGB Variations
Color information
#9FBC4B (or 0x9FBC4B) is known color: Celery. HEX triplet: 9F, BC and 4B. RGB value is (159,188,75). Sum of RGB (Red+Green+Blue) = 159+188+75=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC4B is #6043B4. Grayscale: #A6A6A6. Windows color (decimal): -6308789 or 4963487. OLE color: 4963487.
HSL color Cylindrical-coordinate representation of color #9FBC4B: hue angle of 75.4º 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 #9FBC4B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 75 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.26 |
| HSL | 75.4º | 0.46% | 0.52% | - |
| HSV(B) | 75.4º | 0.6% | 0.74% | - |
| XYZ | 33.55 | 43.85 | 13.35 | - |
| YUV | 166.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 75 | 0.15 | 0 | 0.60 | 0.26 | 75.4 | 0.46 | 0.52 |
| Hex | 9F | BC | 4B | F | 0 | 3C | 1A | 4B | 2E | 34 |
| Octal | 237 | 274 | 113 | 17 | 0 | 74 | 32 | 113 | 56 | 64 |
| Binary | 10011111 | 10111100 | 1001011 | 1111 | 0 | 111100 | 11010 | 1001011 | 101110 | 110100 |
Color Harmonies of #9FBC4B
Complementary color
Monochromatic Colors of #9FBC4B
Black with #9FBC4B
Text Example
Text Example
White with #9FBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC4B; }
p { color: rgb(159,188,75); }
H1.HeaderClassName
{
color: #9FBC4B;
}
.AnyTagClassName
{
color: #9FBC4B;
}
</style>
background-color css
<style>
a { background-color: #9FBC4B; }
a { background-color: rgb(159,188,75); }
div.DivClassName
{
background-color: #9FBC4B;
}
.BgClassName
{
background-color: #9FBC4B;
}
</style>
border-color css
<style>
span { border-color: #9FBC4B; }
span { border-color: rgb(159,188,75); }
td.TdClassName
{
border-color: #9FBC4B;
}
.TagClassName
{
border-color: #9FBC4B;
}
</style>