Shades of Celery #9FBC4A
Tints of Celery #9FBC4A
RGB
CMYK
RGB Variations
Color information
#9FBC4A (or 0x9FBC4A) is known color: Celery. HEX triplet: 9F, BC and 4A. RGB value is (159,188,74). Sum of RGB (Red+Green+Blue) = 159+188+74=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC4A is #6043B5. Grayscale: #A6A6A6. Windows color (decimal): -6308790 or 4897951. OLE color: 4897951.
HSL color Cylindrical-coordinate representation of color #9FBC4A: hue angle of 75.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FBC4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 74 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.26 |
| HSL | 75.26º | 0.46% | 0.51% | - |
| HSV(B) | 75.26º | 0.61% | 0.74% | - |
| XYZ | 33.52 | 43.83 | 13.17 | - |
| YUV | 166.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 74 | 0.15 | 0 | 0.61 | 0.26 | 75.26 | 0.46 | 0.51 |
| Hex | 9F | BC | 4A | F | 0 | 3D | 1A | 4B | 2E | 33 |
| Octal | 237 | 274 | 112 | 17 | 0 | 75 | 32 | 113 | 56 | 63 |
| Binary | 10011111 | 10111100 | 1001010 | 1111 | 0 | 111101 | 11010 | 1001011 | 101110 | 110011 |
Color Harmonies of #9FBC4A
Complementary color
Monochromatic Colors of #9FBC4A
Black with #9FBC4A
Text Example
Text Example
White with #9FBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC4A; }
p { color: rgb(159,188,74); }
H1.HeaderClassName
{
color: #9FBC4A;
}
.AnyTagClassName
{
color: #9FBC4A;
}
</style>
background-color css
<style>
a { background-color: #9FBC4A; }
a { background-color: rgb(159,188,74); }
div.DivClassName
{
background-color: #9FBC4A;
}
.BgClassName
{
background-color: #9FBC4A;
}
</style>
border-color css
<style>
span { border-color: #9FBC4A; }
span { border-color: rgb(159,188,74); }
td.TdClassName
{
border-color: #9FBC4A;
}
.TagClassName
{
border-color: #9FBC4A;
}
</style>