Shades of Celery #9CB54A
Tints of Celery #9CB54A
RGB
CMYK
RGB Variations
Color information
#9CB54A (or 0x9CB54A) is known color: Celery. HEX triplet: 9C, B5 and 4A. RGB value is (156,181,74). Sum of RGB (Red+Green+Blue) = 156+181+74=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB54A is #634AB5. Grayscale: #A1A1A1. Windows color (decimal): -6507190 or 4896156. OLE color: 4896156.
HSL color Cylindrical-coordinate representation of color #9CB54A: hue angle of 74.02º degrees, saturation: 0.42, 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 #9CB54A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 74 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.29 |
| HSL | 74.02º | 0.42% | 0.5% | - |
| HSV(B) | 74.02º | 0.59% | 0.71% | - |
| XYZ | 31.47 | 40.61 | 12.66 | - |
| YUV | 161.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 74 | 0.14 | 0 | 0.59 | 0.29 | 74.02 | 0.42 | 0.5 |
| Hex | 9C | B5 | 4A | E | 0 | 3B | 1D | 4A | 2A | 32 |
| Octal | 234 | 265 | 112 | 16 | 0 | 73 | 35 | 112 | 52 | 62 |
| Binary | 10011100 | 10110101 | 1001010 | 1110 | 0 | 111011 | 11101 | 1001010 | 101010 | 110010 |
Color Harmonies of #9CB54A
Complementary color
Monochromatic Colors of #9CB54A
Black with #9CB54A
Text Example
Text Example
White with #9CB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB54A; }
p { color: rgb(156,181,74); }
H1.HeaderClassName
{
color: #9CB54A;
}
.AnyTagClassName
{
color: #9CB54A;
}
</style>
background-color css
<style>
a { background-color: #9CB54A; }
a { background-color: rgb(156,181,74); }
div.DivClassName
{
background-color: #9CB54A;
}
.BgClassName
{
background-color: #9CB54A;
}
</style>
border-color css
<style>
span { border-color: #9CB54A; }
span { border-color: rgb(156,181,74); }
td.TdClassName
{
border-color: #9CB54A;
}
.TagClassName
{
border-color: #9CB54A;
}
</style>