Shades of Celery #9FBA54
Tints of Celery #9FBA54
RGB
CMYK
RGB Variations
Color information
#9FBA54 (or 0x9FBA54) is known color: Celery. HEX triplet: 9F, BA and 54. RGB value is (159,186,84). Sum of RGB (Red+Green+Blue) = 159+186+84=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA54 is #6045AB. Grayscale: #A6A6A6. Windows color (decimal): -6309292 or 5552799. OLE color: 5552799.
HSL color Cylindrical-coordinate representation of color #9FBA54: hue angle of 75.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FBA54 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 84 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.27 |
| HSL | 75.88º | 0.43% | 0.53% | - |
| HSV(B) | 75.88º | 0.55% | 0.73% | - |
| XYZ | 33.46 | 43.13 | 14.95 | - |
| YUV | 166.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 84 | 0.15 | 0 | 0.55 | 0.27 | 75.88 | 0.43 | 0.53 |
| Hex | 9F | BA | 54 | F | 0 | 37 | 1B | 4C | 2A | 35 |
| Octal | 237 | 272 | 124 | 17 | 0 | 67 | 33 | 114 | 52 | 65 |
| Binary | 10011111 | 10111010 | 1010100 | 1111 | 0 | 110111 | 11011 | 1001100 | 101010 | 110101 |
Color Harmonies of #9FBA54
Complementary color
Monochromatic Colors of #9FBA54
Black with #9FBA54
Text Example
Text Example
White with #9FBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA54; }
p { color: rgb(159,186,84); }
H1.HeaderClassName
{
color: #9FBA54;
}
.AnyTagClassName
{
color: #9FBA54;
}
</style>
background-color css
<style>
a { background-color: #9FBA54; }
a { background-color: rgb(159,186,84); }
div.DivClassName
{
background-color: #9FBA54;
}
.BgClassName
{
background-color: #9FBA54;
}
</style>
border-color css
<style>
span { border-color: #9FBA54; }
span { border-color: rgb(159,186,84); }
td.TdClassName
{
border-color: #9FBA54;
}
.TagClassName
{
border-color: #9FBA54;
}
</style>