Shades of Celery #9FBA4C
Tints of Celery #9FBA4C
RGB
CMYK
RGB Variations
Color information
#9FBA4C (or 0x9FBA4C) is known color: Celery. HEX triplet: 9F, BA and 4C. RGB value is (159,186,76). Sum of RGB (Red+Green+Blue) = 159+186+76=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA4C is #6045B3. Grayscale: #A5A5A5. Windows color (decimal): -6309300 or 5028511. OLE color: 5028511.
HSL color Cylindrical-coordinate representation of color #9FBA4C: hue angle of 74.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FBA4C is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 76 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.27 |
| HSL | 74.73º | 0.44% | 0.51% | - |
| HSV(B) | 74.73º | 0.59% | 0.73% | - |
| XYZ | 33.16 | 43.01 | 13.39 | - |
| YUV | 165.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 76 | 0.15 | 0 | 0.59 | 0.27 | 74.73 | 0.44 | 0.51 |
| Hex | 9F | BA | 4C | F | 0 | 3B | 1B | 4B | 2C | 33 |
| Octal | 237 | 272 | 114 | 17 | 0 | 73 | 33 | 113 | 54 | 63 |
| Binary | 10011111 | 10111010 | 1001100 | 1111 | 0 | 111011 | 11011 | 1001011 | 101100 | 110011 |
Color Harmonies of #9FBA4C
Complementary color
Monochromatic Colors of #9FBA4C
Black with #9FBA4C
Text Example
Text Example
White with #9FBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA4C; }
p { color: rgb(159,186,76); }
H1.HeaderClassName
{
color: #9FBA4C;
}
.AnyTagClassName
{
color: #9FBA4C;
}
</style>
background-color css
<style>
a { background-color: #9FBA4C; }
a { background-color: rgb(159,186,76); }
div.DivClassName
{
background-color: #9FBA4C;
}
.BgClassName
{
background-color: #9FBA4C;
}
</style>
border-color css
<style>
span { border-color: #9FBA4C; }
span { border-color: rgb(159,186,76); }
td.TdClassName
{
border-color: #9FBA4C;
}
.TagClassName
{
border-color: #9FBA4C;
}
</style>