Shades of Celery #9FBA46
Tints of Celery #9FBA46
RGB
CMYK
RGB Variations
Color information
#9FBA46 (or 0x9FBA46) is known color: Celery. HEX triplet: 9F, BA and 46. RGB value is (159,186,70). Sum of RGB (Red+Green+Blue) = 159+186+70=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA46 is #6045B9. Grayscale: #A5A5A5. Windows color (decimal): -6309306 or 4635295. OLE color: 4635295.
HSL color Cylindrical-coordinate representation of color #9FBA46: hue angle of 73.97º degrees, saturation: 0.46, 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 #9FBA46 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 70 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.27 |
| HSL | 73.97º | 0.46% | 0.5% | - |
| HSV(B) | 73.97º | 0.62% | 0.73% | - |
| XYZ | 32.96 | 42.93 | 12.34 | - |
| YUV | 164.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 70 | 0.15 | 0 | 0.62 | 0.27 | 73.97 | 0.46 | 0.5 |
| Hex | 9F | BA | 46 | F | 0 | 3E | 1B | 4A | 2E | 32 |
| Octal | 237 | 272 | 106 | 17 | 0 | 76 | 33 | 112 | 56 | 62 |
| Binary | 10011111 | 10111010 | 1000110 | 1111 | 0 | 111110 | 11011 | 1001010 | 101110 | 110010 |
Color Harmonies of #9FBA46
Complementary color
Monochromatic Colors of #9FBA46
Black with #9FBA46
Text Example
Text Example
White with #9FBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA46; }
p { color: rgb(159,186,70); }
H1.HeaderClassName
{
color: #9FBA46;
}
.AnyTagClassName
{
color: #9FBA46;
}
</style>
background-color css
<style>
a { background-color: #9FBA46; }
a { background-color: rgb(159,186,70); }
div.DivClassName
{
background-color: #9FBA46;
}
.BgClassName
{
background-color: #9FBA46;
}
</style>
border-color css
<style>
span { border-color: #9FBA46; }
span { border-color: rgb(159,186,70); }
td.TdClassName
{
border-color: #9FBA46;
}
.TagClassName
{
border-color: #9FBA46;
}
</style>