Shades of Celery #A0BC4A
Tints of Celery #A0BC4A
RGB
CMYK
RGB Variations
Color information
#A0BC4A (or 0xA0BC4A) is known color: Celery. HEX triplet: A0, BC and 4A. RGB value is (160,188,74). Sum of RGB (Red+Green+Blue) = 160+188+74=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC4A is #5F43B5. Grayscale: #A7A7A7. Windows color (decimal): -6243254 or 4897952. OLE color: 4897952.
HSL color Cylindrical-coordinate representation of color #A0BC4A: hue angle of 74.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0BC4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 74 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.26 |
| HSL | 74.74º | 0.46% | 0.51% | - |
| HSV(B) | 74.74º | 0.61% | 0.74% | - |
| XYZ | 33.72 | 43.93 | 13.18 | - |
| YUV | 166.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 74 | 0.15 | 0 | 0.61 | 0.26 | 74.74 | 0.46 | 0.51 |
| Hex | A0 | BC | 4A | F | 0 | 3D | 1A | 4B | 2E | 33 |
| Octal | 240 | 274 | 112 | 17 | 0 | 75 | 32 | 113 | 56 | 63 |
| Binary | 10100000 | 10111100 | 1001010 | 1111 | 0 | 111101 | 11010 | 1001011 | 101110 | 110011 |
Color Harmonies of #A0BC4A
Complementary color
Monochromatic Colors of #A0BC4A
Black with #A0BC4A
Text Example
Text Example
White with #A0BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC4A; }
p { color: rgb(160,188,74); }
H1.HeaderClassName
{
color: #A0BC4A;
}
.AnyTagClassName
{
color: #A0BC4A;
}
</style>
background-color css
<style>
a { background-color: #A0BC4A; }
a { background-color: rgb(160,188,74); }
div.DivClassName
{
background-color: #A0BC4A;
}
.BgClassName
{
background-color: #A0BC4A;
}
</style>
border-color css
<style>
span { border-color: #A0BC4A; }
span { border-color: rgb(160,188,74); }
td.TdClassName
{
border-color: #A0BC4A;
}
.TagClassName
{
border-color: #A0BC4A;
}
</style>