Shades of Celery #9FB149
Tints of Celery #9FB149
RGB
CMYK
RGB Variations
Color information
#9FB149 (or 0x9FB149) is known color: Celery. HEX triplet: 9F, B1 and 49. RGB value is (159,177,73). Sum of RGB (Red+Green+Blue) = 159+177+73=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB149 is #604EB6. Grayscale: #A0A0A0. Windows color (decimal): -6311607 or 4829599. OLE color: 4829599.
HSL color Cylindrical-coordinate representation of color #9FB149: hue angle of 70.38º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FB149 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 73 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.31 |
| HSL | 70.38º | 0.42% | 0.49% | - |
| HSV(B) | 70.38º | 0.59% | 0.69% | - |
| XYZ | 31.22 | 39.3 | 12.24 | - |
| YUV | 159.76 | 79.04 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 73 | 0.10 | 0 | 0.59 | 0.31 | 70.38 | 0.42 | 0.49 |
| Hex | 9F | B1 | 49 | A | 0 | 3B | 1F | 46 | 2A | 31 |
| Octal | 237 | 261 | 111 | 12 | 0 | 73 | 37 | 106 | 52 | 61 |
| Binary | 10011111 | 10110001 | 1001001 | 1010 | 0 | 111011 | 11111 | 1000110 | 101010 | 110001 |
Color Harmonies of #9FB149
Complementary color
Monochromatic Colors of #9FB149
Black with #9FB149
Text Example
Text Example
White with #9FB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB149; }
p { color: rgb(159,177,73); }
H1.HeaderClassName
{
color: #9FB149;
}
.AnyTagClassName
{
color: #9FB149;
}
</style>
background-color css
<style>
a { background-color: #9FB149; }
a { background-color: rgb(159,177,73); }
div.DivClassName
{
background-color: #9FB149;
}
.BgClassName
{
background-color: #9FB149;
}
</style>
border-color css
<style>
span { border-color: #9FB149; }
span { border-color: rgb(159,177,73); }
td.TdClassName
{
border-color: #9FB149;
}
.TagClassName
{
border-color: #9FB149;
}
</style>