Shades of Celery #9FBF57
Tints of Celery #9FBF57
RGB
CMYK
RGB Variations
Color information
#9FBF57 (or 0x9FBF57) is known color: Celery. HEX triplet: 9F, BF and 57. RGB value is (159,191,87). Sum of RGB (Red+Green+Blue) = 159+191+87=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF57 is #6040A8. Grayscale: #A9A9A9. Windows color (decimal): -6308009 or 5750687. OLE color: 5750687.
HSL color Cylindrical-coordinate representation of color #9FBF57: hue angle of 78.46º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FBF57 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 87 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.25 |
| HSL | 78.46º | 0.45% | 0.55% | - |
| HSV(B) | 78.46º | 0.54% | 0.75% | - |
| XYZ | 34.65 | 45.32 | 15.94 | - |
| YUV | 169.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 87 | 0.17 | 0 | 0.54 | 0.25 | 78.46 | 0.45 | 0.55 |
| Hex | 9F | BF | 57 | 11 | 0 | 36 | 19 | 4E | 2D | 37 |
| Octal | 237 | 277 | 127 | 21 | 0 | 66 | 31 | 116 | 55 | 67 |
| Binary | 10011111 | 10111111 | 1010111 | 10001 | 0 | 110110 | 11001 | 1001110 | 101101 | 110111 |
Color Harmonies of #9FBF57
Complementary color
Monochromatic Colors of #9FBF57
Black with #9FBF57
Text Example
Text Example
White with #9FBF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF57; }
p { color: rgb(159,191,87); }
H1.HeaderClassName
{
color: #9FBF57;
}
.AnyTagClassName
{
color: #9FBF57;
}
</style>
background-color css
<style>
a { background-color: #9FBF57; }
a { background-color: rgb(159,191,87); }
div.DivClassName
{
background-color: #9FBF57;
}
.BgClassName
{
background-color: #9FBF57;
}
</style>
border-color css
<style>
span { border-color: #9FBF57; }
span { border-color: rgb(159,191,87); }
td.TdClassName
{
border-color: #9FBF57;
}
.TagClassName
{
border-color: #9FBF57;
}
</style>