Shades of Celery #9FBD50
Tints of Celery #9FBD50
RGB
CMYK
RGB Variations
Color information
#9FBD50 (or 0x9FBD50) is known color: Celery. HEX triplet: 9F, BD and 50. RGB value is (159,189,80). Sum of RGB (Red+Green+Blue) = 159+189+80=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD50 is #6042AF. Grayscale: #A8A8A8. Windows color (decimal): -6308528 or 5291423. OLE color: 5291423.
HSL color Cylindrical-coordinate representation of color #9FBD50: hue angle of 76.51º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FBD50 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 80 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.26 |
| HSL | 76.51º | 0.45% | 0.53% | - |
| HSV(B) | 76.51º | 0.58% | 0.74% | - |
| XYZ | 33.94 | 44.35 | 14.36 | - |
| YUV | 167.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 80 | 0.16 | 0 | 0.58 | 0.26 | 76.51 | 0.45 | 0.53 |
| Hex | 9F | BD | 50 | 10 | 0 | 3A | 1A | 4D | 2D | 35 |
| Octal | 237 | 275 | 120 | 20 | 0 | 72 | 32 | 115 | 55 | 65 |
| Binary | 10011111 | 10111101 | 1010000 | 10000 | 0 | 111010 | 11010 | 1001101 | 101101 | 110101 |
Color Harmonies of #9FBD50
Complementary color
Monochromatic Colors of #9FBD50
Black with #9FBD50
Text Example
Text Example
White with #9FBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD50; }
p { color: rgb(159,189,80); }
H1.HeaderClassName
{
color: #9FBD50;
}
.AnyTagClassName
{
color: #9FBD50;
}
</style>
background-color css
<style>
a { background-color: #9FBD50; }
a { background-color: rgb(159,189,80); }
div.DivClassName
{
background-color: #9FBD50;
}
.BgClassName
{
background-color: #9FBD50;
}
</style>
border-color css
<style>
span { border-color: #9FBD50; }
span { border-color: rgb(159,189,80); }
td.TdClassName
{
border-color: #9FBD50;
}
.TagClassName
{
border-color: #9FBD50;
}
</style>