Shades of Celery #9BB141
Tints of Celery #9BB141
RGB
CMYK
RGB Variations
Color information
#9BB141 (or 0x9BB141) is known color: Celery. HEX triplet: 9B, B1 and 41. RGB value is (155,177,65). Sum of RGB (Red+Green+Blue) = 155+177+65=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB141 is #644EBE. Grayscale: #9E9E9E. Windows color (decimal): -6573759 or 4305307. OLE color: 4305307.
HSL color Cylindrical-coordinate representation of color #9BB141: hue angle of 71.79º 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 #9BB141 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 65 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.31 |
| HSL | 71.79º | 0.46% | 0.47% | - |
| HSV(B) | 71.79º | 0.63% | 0.69% | - |
| XYZ | 30.19 | 38.79 | 10.9 | - |
| YUV | 157.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 65 | 0.12 | 0 | 0.63 | 0.31 | 71.79 | 0.46 | 0.47 |
| Hex | 9B | B1 | 41 | C | 0 | 3F | 1F | 48 | 2E | 2F |
| Octal | 233 | 261 | 101 | 14 | 0 | 77 | 37 | 110 | 56 | 57 |
| Binary | 10011011 | 10110001 | 1000001 | 1100 | 0 | 111111 | 11111 | 1001000 | 101110 | 101111 |
Color Harmonies of #9BB141
Complementary color
Monochromatic Colors of #9BB141
Black with #9BB141
Text Example
Text Example
White with #9BB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB141; }
p { color: rgb(155,177,65); }
H1.HeaderClassName
{
color: #9BB141;
}
.AnyTagClassName
{
color: #9BB141;
}
</style>
background-color css
<style>
a { background-color: #9BB141; }
a { background-color: rgb(155,177,65); }
div.DivClassName
{
background-color: #9BB141;
}
.BgClassName
{
background-color: #9BB141;
}
</style>
border-color css
<style>
span { border-color: #9BB141; }
span { border-color: rgb(155,177,65); }
td.TdClassName
{
border-color: #9BB141;
}
.TagClassName
{
border-color: #9BB141;
}
</style>