Shades of Celery #9FBD53
Tints of Celery #9FBD53
RGB
CMYK
RGB Variations
Color information
#9FBD53 (or 0x9FBD53) is known color: Celery. HEX triplet: 9F, BD and 53. RGB value is (159,189,83). Sum of RGB (Red+Green+Blue) = 159+189+83=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD53 is #6042AC. Grayscale: #A8A8A8. Windows color (decimal): -6308525 or 5488031. OLE color: 5488031.
HSL color Cylindrical-coordinate representation of color #9FBD53: hue angle of 76.98º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FBD53 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 83 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.26 |
| HSL | 76.98º | 0.45% | 0.53% | - |
| HSV(B) | 76.98º | 0.56% | 0.74% | - |
| XYZ | 34.06 | 44.39 | 14.96 | - |
| YUV | 167.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 83 | 0.16 | 0 | 0.56 | 0.26 | 76.98 | 0.45 | 0.53 |
| Hex | 9F | BD | 53 | 10 | 0 | 38 | 1A | 4D | 2D | 35 |
| Octal | 237 | 275 | 123 | 20 | 0 | 70 | 32 | 115 | 55 | 65 |
| Binary | 10011111 | 10111101 | 1010011 | 10000 | 0 | 111000 | 11010 | 1001101 | 101101 | 110101 |
Color Harmonies of #9FBD53
Complementary color
Monochromatic Colors of #9FBD53
Black with #9FBD53
Text Example
Text Example
White with #9FBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD53; }
p { color: rgb(159,189,83); }
H1.HeaderClassName
{
color: #9FBD53;
}
.AnyTagClassName
{
color: #9FBD53;
}
</style>
background-color css
<style>
a { background-color: #9FBD53; }
a { background-color: rgb(159,189,83); }
div.DivClassName
{
background-color: #9FBD53;
}
.BgClassName
{
background-color: #9FBD53;
}
</style>
border-color css
<style>
span { border-color: #9FBD53; }
span { border-color: rgb(159,189,83); }
td.TdClassName
{
border-color: #9FBD53;
}
.TagClassName
{
border-color: #9FBD53;
}
</style>