Shades of Celery #9FBC52
Tints of Celery #9FBC52
RGB
CMYK
RGB Variations
Color information
#9FBC52 (or 0x9FBC52) is known color: Celery. HEX triplet: 9F, BC and 52. RGB value is (159,188,82). Sum of RGB (Red+Green+Blue) = 159+188+82=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC52 is #6043AD. Grayscale: #A7A7A7. Windows color (decimal): -6308782 or 5422239. OLE color: 5422239.
HSL color Cylindrical-coordinate representation of color #9FBC52: hue angle of 76.42º degrees, saturation: 0.44, 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 #9FBC52 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 82 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.26 |
| HSL | 76.42º | 0.44% | 0.53% | - |
| HSV(B) | 76.42º | 0.56% | 0.74% | - |
| XYZ | 33.8 | 43.95 | 14.68 | - |
| YUV | 167.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 82 | 0.15 | 0 | 0.56 | 0.26 | 76.42 | 0.44 | 0.53 |
| Hex | 9F | BC | 52 | F | 0 | 38 | 1A | 4C | 2C | 35 |
| Octal | 237 | 274 | 122 | 17 | 0 | 70 | 32 | 114 | 54 | 65 |
| Binary | 10011111 | 10111100 | 1010010 | 1111 | 0 | 111000 | 11010 | 1001100 | 101100 | 110101 |
Color Harmonies of #9FBC52
Complementary color
Monochromatic Colors of #9FBC52
Black with #9FBC52
Text Example
Text Example
White with #9FBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC52; }
p { color: rgb(159,188,82); }
H1.HeaderClassName
{
color: #9FBC52;
}
.AnyTagClassName
{
color: #9FBC52;
}
</style>
background-color css
<style>
a { background-color: #9FBC52; }
a { background-color: rgb(159,188,82); }
div.DivClassName
{
background-color: #9FBC52;
}
.BgClassName
{
background-color: #9FBC52;
}
</style>
border-color css
<style>
span { border-color: #9FBC52; }
span { border-color: rgb(159,188,82); }
td.TdClassName
{
border-color: #9FBC52;
}
.TagClassName
{
border-color: #9FBC52;
}
</style>