Shades of Celery #9CB141
Tints of Celery #9CB141
RGB
CMYK
RGB Variations
Color information
#9CB141 (or 0x9CB141) is known color: Celery. HEX triplet: 9C, B1 and 41. RGB value is (156,177,65). Sum of RGB (Red+Green+Blue) = 156+177+65=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB141 is #634EBE. Grayscale: #9E9E9E. Windows color (decimal): -6508223 or 4305308. OLE color: 4305308.
HSL color Cylindrical-coordinate representation of color #9CB141: hue angle of 71.25º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CB141 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 65 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.31 |
| HSL | 71.25º | 0.46% | 0.47% | - |
| HSV(B) | 71.25º | 0.63% | 0.69% | - |
| XYZ | 30.39 | 38.89 | 10.91 | - |
| YUV | 157.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 65 | 0.12 | 0 | 0.63 | 0.31 | 71.25 | 0.46 | 0.47 |
| Hex | 9C | B1 | 41 | C | 0 | 3F | 1F | 47 | 2E | 2F |
| Octal | 234 | 261 | 101 | 14 | 0 | 77 | 37 | 107 | 56 | 57 |
| Binary | 10011100 | 10110001 | 1000001 | 1100 | 0 | 111111 | 11111 | 1000111 | 101110 | 101111 |
Color Harmonies of #9CB141
Complementary color
Monochromatic Colors of #9CB141
Black with #9CB141
Text Example
Text Example
White with #9CB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB141; }
p { color: rgb(156,177,65); }
H1.HeaderClassName
{
color: #9CB141;
}
.AnyTagClassName
{
color: #9CB141;
}
</style>
background-color css
<style>
a { background-color: #9CB141; }
a { background-color: rgb(156,177,65); }
div.DivClassName
{
background-color: #9CB141;
}
.BgClassName
{
background-color: #9CB141;
}
</style>
border-color css
<style>
span { border-color: #9CB141; }
span { border-color: rgb(156,177,65); }
td.TdClassName
{
border-color: #9CB141;
}
.TagClassName
{
border-color: #9CB141;
}
</style>