Shades of Celery #9FB64A
Tints of Celery #9FB64A
RGB
CMYK
RGB Variations
Color information
#9FB64A (or 0x9FB64A) is known color: Celery. HEX triplet: 9F, B6 and 4A. RGB value is (159,182,74). Sum of RGB (Red+Green+Blue) = 159+182+74=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB64A is #6049B5. Grayscale: #A3A3A3. Windows color (decimal): -6310326 or 4896415. OLE color: 4896415.
HSL color Cylindrical-coordinate representation of color #9FB64A: hue angle of 72.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FB64A is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 74 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.29 |
| HSL | 72.78º | 0.43% | 0.5% | - |
| HSV(B) | 72.78º | 0.59% | 0.71% | - |
| XYZ | 32.26 | 41.32 | 12.75 | - |
| YUV | 162.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 74 | 0.13 | 0 | 0.59 | 0.29 | 72.78 | 0.43 | 0.5 |
| Hex | 9F | B6 | 4A | D | 0 | 3B | 1D | 49 | 2B | 32 |
| Octal | 237 | 266 | 112 | 15 | 0 | 73 | 35 | 111 | 53 | 62 |
| Binary | 10011111 | 10110110 | 1001010 | 1101 | 0 | 111011 | 11101 | 1001001 | 101011 | 110010 |
Color Harmonies of #9FB64A
Complementary color
Monochromatic Colors of #9FB64A
Black with #9FB64A
Text Example
Text Example
White with #9FB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB64A; }
p { color: rgb(159,182,74); }
H1.HeaderClassName
{
color: #9FB64A;
}
.AnyTagClassName
{
color: #9FB64A;
}
</style>
background-color css
<style>
a { background-color: #9FB64A; }
a { background-color: rgb(159,182,74); }
div.DivClassName
{
background-color: #9FB64A;
}
.BgClassName
{
background-color: #9FB64A;
}
</style>
border-color css
<style>
span { border-color: #9FB64A; }
span { border-color: rgb(159,182,74); }
td.TdClassName
{
border-color: #9FB64A;
}
.TagClassName
{
border-color: #9FB64A;
}
</style>