Shades of Celery #9BB449
Tints of Celery #9BB449
RGB
CMYK
RGB Variations
Color information
#9BB449 (or 0x9BB449) is known color: Celery. HEX triplet: 9B, B4 and 49. RGB value is (155,180,73). Sum of RGB (Red+Green+Blue) = 155+180+73=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB449 is #644BB6. Grayscale: #A0A0A0. Windows color (decimal): -6572983 or 4830363. OLE color: 4830363.
HSL color Cylindrical-coordinate representation of color #9BB449: 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 #9BB449 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 73 | - |
| 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.04 | 40.09 | 12.41 | - |
| YUV | 160.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 73 | 0.14 | 0 | 0.59 | 0.29 | 74.02 | 0.42 | 0.5 |
| Hex | 9B | B4 | 49 | E | 0 | 3B | 1D | 4A | 2A | 32 |
| Octal | 233 | 264 | 111 | 16 | 0 | 73 | 35 | 112 | 52 | 62 |
| Binary | 10011011 | 10110100 | 1001001 | 1110 | 0 | 111011 | 11101 | 1001010 | 101010 | 110010 |
Color Harmonies of #9BB449
Complementary color
Monochromatic Colors of #9BB449
Black with #9BB449
Text Example
Text Example
White with #9BB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB449; }
p { color: rgb(155,180,73); }
H1.HeaderClassName
{
color: #9BB449;
}
.AnyTagClassName
{
color: #9BB449;
}
</style>
background-color css
<style>
a { background-color: #9BB449; }
a { background-color: rgb(155,180,73); }
div.DivClassName
{
background-color: #9BB449;
}
.BgClassName
{
background-color: #9BB449;
}
</style>
border-color css
<style>
span { border-color: #9BB449; }
span { border-color: rgb(155,180,73); }
td.TdClassName
{
border-color: #9BB449;
}
.TagClassName
{
border-color: #9BB449;
}
</style>