Shades of Celery #9FB33C
Tints of Celery #9FB33C
RGB
CMYK
RGB Variations
Color information
#9FB33C (or 0x9FB33C) is known color: Celery. HEX triplet: 9F, B3 and 3C. RGB value is (159,179,60). Sum of RGB (Red+Green+Blue) = 159+179+60=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB33C is #604CC3. Grayscale: #9F9F9F. Windows color (decimal): -6311108 or 3978143. OLE color: 3978143.
HSL color Cylindrical-coordinate representation of color #9FB33C: hue angle of 70.08º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FB33C is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 60 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.30 |
| HSL | 70.08º | 0.5% | 0.47% | - |
| HSV(B) | 70.08º | 0.66% | 0.7% | - |
| XYZ | 31.23 | 39.94 | 10.34 | - |
| YUV | 159.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 60 | 0.11 | 0 | 0.66 | 0.30 | 70.08 | 0.5 | 0.47 |
| Hex | 9F | B3 | 3C | B | 0 | 42 | 1E | 46 | 32 | 2F |
| Octal | 237 | 263 | 74 | 13 | 0 | 102 | 36 | 106 | 62 | 57 |
| Binary | 10011111 | 10110011 | 111100 | 1011 | 0 | 1000010 | 11110 | 1000110 | 110010 | 101111 |
Color Harmonies of #9FB33C
Complementary color
Monochromatic Colors of #9FB33C
Black with #9FB33C
Text Example
Text Example
White with #9FB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB33C; }
p { color: rgb(159,179,60); }
H1.HeaderClassName
{
color: #9FB33C;
}
.AnyTagClassName
{
color: #9FB33C;
}
</style>
background-color css
<style>
a { background-color: #9FB33C; }
a { background-color: rgb(159,179,60); }
div.DivClassName
{
background-color: #9FB33C;
}
.BgClassName
{
background-color: #9FB33C;
}
</style>
border-color css
<style>
span { border-color: #9FB33C; }
span { border-color: rgb(159,179,60); }
td.TdClassName
{
border-color: #9FB33C;
}
.TagClassName
{
border-color: #9FB33C;
}
</style>