Shades of Celery #9FBA47
Tints of Celery #9FBA47
RGB
CMYK
RGB Variations
Color information
#9FBA47 (or 0x9FBA47) is known color: Celery. HEX triplet: 9F, BA and 47. RGB value is (159,186,71). Sum of RGB (Red+Green+Blue) = 159+186+71=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA47 is #6045B8. Grayscale: #A5A5A5. Windows color (decimal): -6309305 or 4700831. OLE color: 4700831.
HSL color Cylindrical-coordinate representation of color #9FBA47: hue angle of 74.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FBA47 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 71 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.27 |
| HSL | 74.09º | 0.45% | 0.5% | - |
| HSV(B) | 74.09º | 0.62% | 0.73% | - |
| XYZ | 32.99 | 42.94 | 12.51 | - |
| YUV | 164.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 71 | 0.15 | 0 | 0.62 | 0.27 | 74.09 | 0.45 | 0.5 |
| Hex | 9F | BA | 47 | F | 0 | 3E | 1B | 4A | 2D | 32 |
| Octal | 237 | 272 | 107 | 17 | 0 | 76 | 33 | 112 | 55 | 62 |
| Binary | 10011111 | 10111010 | 1000111 | 1111 | 0 | 111110 | 11011 | 1001010 | 101101 | 110010 |
Color Harmonies of #9FBA47
Complementary color
Monochromatic Colors of #9FBA47
Black with #9FBA47
Text Example
Text Example
White with #9FBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA47; }
p { color: rgb(159,186,71); }
H1.HeaderClassName
{
color: #9FBA47;
}
.AnyTagClassName
{
color: #9FBA47;
}
</style>
background-color css
<style>
a { background-color: #9FBA47; }
a { background-color: rgb(159,186,71); }
div.DivClassName
{
background-color: #9FBA47;
}
.BgClassName
{
background-color: #9FBA47;
}
</style>
border-color css
<style>
span { border-color: #9FBA47; }
span { border-color: rgb(159,186,71); }
td.TdClassName
{
border-color: #9FBA47;
}
.TagClassName
{
border-color: #9FBA47;
}
</style>