Shades of Celery #A0BB4A
Tints of Celery #A0BB4A
RGB
CMYK
RGB Variations
Color information
#A0BB4A (or 0xA0BB4A) is known color: Celery. HEX triplet: A0, BB and 4A. RGB value is (160,187,74). Sum of RGB (Red+Green+Blue) = 160+187+74=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB4A is #5F44B5. Grayscale: #A6A6A6. Windows color (decimal): -6243510 or 4897696. OLE color: 4897696.
HSL color Cylindrical-coordinate representation of color #A0BB4A: hue angle of 74.34º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0BB4A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 74 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.27 |
| HSL | 74.34º | 0.45% | 0.51% | - |
| HSV(B) | 74.34º | 0.6% | 0.73% | - |
| XYZ | 33.5 | 43.51 | 13.11 | - |
| YUV | 166.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 74 | 0.14 | 0 | 0.60 | 0.27 | 74.34 | 0.45 | 0.51 |
| Hex | A0 | BB | 4A | E | 0 | 3C | 1B | 4A | 2D | 33 |
| Octal | 240 | 273 | 112 | 16 | 0 | 74 | 33 | 112 | 55 | 63 |
| Binary | 10100000 | 10111011 | 1001010 | 1110 | 0 | 111100 | 11011 | 1001010 | 101101 | 110011 |
Color Harmonies of #A0BB4A
Complementary color
Monochromatic Colors of #A0BB4A
Black with #A0BB4A
Text Example
Text Example
White with #A0BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB4A; }
p { color: rgb(160,187,74); }
H1.HeaderClassName
{
color: #A0BB4A;
}
.AnyTagClassName
{
color: #A0BB4A;
}
</style>
background-color css
<style>
a { background-color: #A0BB4A; }
a { background-color: rgb(160,187,74); }
div.DivClassName
{
background-color: #A0BB4A;
}
.BgClassName
{
background-color: #A0BB4A;
}
</style>
border-color css
<style>
span { border-color: #A0BB4A; }
span { border-color: rgb(160,187,74); }
td.TdClassName
{
border-color: #A0BB4A;
}
.TagClassName
{
border-color: #A0BB4A;
}
</style>