Shades of Celery #9FBB4A
Tints of Celery #9FBB4A
RGB
CMYK
RGB Variations
Color information
#9FBB4A (or 0x9FBB4A) is known color: Celery. HEX triplet: 9F, BB and 4A. RGB value is (159,187,74). Sum of RGB (Red+Green+Blue) = 159+187+74=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBB4A is #6044B5. Grayscale: #A6A6A6. Windows color (decimal): -6309046 or 4897695. OLE color: 4897695.
HSL color Cylindrical-coordinate representation of color #9FBB4A: hue angle of 74.87º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FBB4A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 74 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.27 |
| HSL | 74.87º | 0.45% | 0.51% | - |
| HSV(B) | 74.87º | 0.6% | 0.73% | - |
| XYZ | 33.3 | 43.41 | 13.1 | - |
| YUV | 165.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 74 | 0.15 | 0 | 0.60 | 0.27 | 74.87 | 0.45 | 0.51 |
| Hex | 9F | BB | 4A | F | 0 | 3C | 1B | 4B | 2D | 33 |
| Octal | 237 | 273 | 112 | 17 | 0 | 74 | 33 | 113 | 55 | 63 |
| Binary | 10011111 | 10111011 | 1001010 | 1111 | 0 | 111100 | 11011 | 1001011 | 101101 | 110011 |
Color Harmonies of #9FBB4A
Complementary color
Monochromatic Colors of #9FBB4A
Black with #9FBB4A
Text Example
Text Example
White with #9FBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB4A; }
p { color: rgb(159,187,74); }
H1.HeaderClassName
{
color: #9FBB4A;
}
.AnyTagClassName
{
color: #9FBB4A;
}
</style>
background-color css
<style>
a { background-color: #9FBB4A; }
a { background-color: rgb(159,187,74); }
div.DivClassName
{
background-color: #9FBB4A;
}
.BgClassName
{
background-color: #9FBB4A;
}
</style>
border-color css
<style>
span { border-color: #9FBB4A; }
span { border-color: rgb(159,187,74); }
td.TdClassName
{
border-color: #9FBB4A;
}
.TagClassName
{
border-color: #9FBB4A;
}
</style>