Shades of Celery #A0BB4C
Tints of Celery #A0BB4C
RGB
CMYK
RGB Variations
Color information
#A0BB4C (or 0xA0BB4C) is known color: Celery. HEX triplet: A0, BB and 4C. RGB value is (160,187,76). Sum of RGB (Red+Green+Blue) = 160+187+76=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB4C is #5F44B3. Grayscale: #A6A6A6. Windows color (decimal): -6243508 or 5028768. OLE color: 5028768.
HSL color Cylindrical-coordinate representation of color #A0BB4C: hue angle of 74.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0BB4C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 76 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.27 |
| HSL | 74.59º | 0.45% | 0.52% | - |
| HSV(B) | 74.59º | 0.59% | 0.73% | - |
| XYZ | 33.57 | 43.54 | 13.47 | - |
| YUV | 166.27 | 77.05 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 76 | 0.14 | 0 | 0.59 | 0.27 | 74.59 | 0.45 | 0.52 |
| Hex | A0 | BB | 4C | E | 0 | 3B | 1B | 4B | 2D | 34 |
| Octal | 240 | 273 | 114 | 16 | 0 | 73 | 33 | 113 | 55 | 64 |
| Binary | 10100000 | 10111011 | 1001100 | 1110 | 0 | 111011 | 11011 | 1001011 | 101101 | 110100 |
Color Harmonies of #A0BB4C
Complementary color
Monochromatic Colors of #A0BB4C
Black with #A0BB4C
Text Example
Text Example
White with #A0BB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB4C; }
p { color: rgb(160,187,76); }
H1.HeaderClassName
{
color: #A0BB4C;
}
.AnyTagClassName
{
color: #A0BB4C;
}
</style>
background-color css
<style>
a { background-color: #A0BB4C; }
a { background-color: rgb(160,187,76); }
div.DivClassName
{
background-color: #A0BB4C;
}
.BgClassName
{
background-color: #A0BB4C;
}
</style>
border-color css
<style>
span { border-color: #A0BB4C; }
span { border-color: rgb(160,187,76); }
td.TdClassName
{
border-color: #A0BB4C;
}
.TagClassName
{
border-color: #A0BB4C;
}
</style>