Shades of Celery #9CB248
Tints of Celery #9CB248
RGB
CMYK
RGB Variations
Color information
#9CB248 (or 0x9CB248) is known color: Celery. HEX triplet: 9C, B2 and 48. RGB value is (156,178,72). Sum of RGB (Red+Green+Blue) = 156+178+72=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB248 is #634DB7. Grayscale: #9F9F9F. Windows color (decimal): -6507960 or 4764316. OLE color: 4764316.
HSL color Cylindrical-coordinate representation of color #9CB248: hue angle of 72.45º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CB248 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 72 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.30 |
| HSL | 72.45º | 0.42% | 0.49% | - |
| HSV(B) | 72.45º | 0.6% | 0.7% | - |
| XYZ | 30.8 | 39.38 | 12.11 | - |
| YUV | 159.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 72 | 0.12 | 0 | 0.60 | 0.30 | 72.45 | 0.42 | 0.49 |
| Hex | 9C | B2 | 48 | C | 0 | 3C | 1E | 48 | 2A | 31 |
| Octal | 234 | 262 | 110 | 14 | 0 | 74 | 36 | 110 | 52 | 61 |
| Binary | 10011100 | 10110010 | 1001000 | 1100 | 0 | 111100 | 11110 | 1001000 | 101010 | 110001 |
Color Harmonies of #9CB248
Complementary color
Monochromatic Colors of #9CB248
Black with #9CB248
Text Example
Text Example
White with #9CB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB248; }
p { color: rgb(156,178,72); }
H1.HeaderClassName
{
color: #9CB248;
}
.AnyTagClassName
{
color: #9CB248;
}
</style>
background-color css
<style>
a { background-color: #9CB248; }
a { background-color: rgb(156,178,72); }
div.DivClassName
{
background-color: #9CB248;
}
.BgClassName
{
background-color: #9CB248;
}
</style>
border-color css
<style>
span { border-color: #9CB248; }
span { border-color: rgb(156,178,72); }
td.TdClassName
{
border-color: #9CB248;
}
.TagClassName
{
border-color: #9CB248;
}
</style>