Shades of Celery #A0BD4A
Tints of Celery #A0BD4A
RGB
CMYK
RGB Variations
Color information
#A0BD4A (or 0xA0BD4A) is known color: Celery. HEX triplet: A0, BD and 4A. RGB value is (160,189,74). Sum of RGB (Red+Green+Blue) = 160+189+74=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD4A is #5F42B5. Grayscale: #A7A7A7. Windows color (decimal): -6242998 or 4898208. OLE color: 4898208.
HSL color Cylindrical-coordinate representation of color #A0BD4A: hue angle of 75.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0BD4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 74 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.26 |
| HSL | 75.13º | 0.47% | 0.52% | - |
| HSV(B) | 75.13º | 0.61% | 0.74% | - |
| XYZ | 33.93 | 44.36 | 13.25 | - |
| YUV | 167.22 | 75.39 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 74 | 0.15 | 0 | 0.61 | 0.26 | 75.13 | 0.47 | 0.52 |
| Hex | A0 | BD | 4A | F | 0 | 3D | 1A | 4B | 2F | 34 |
| Octal | 240 | 275 | 112 | 17 | 0 | 75 | 32 | 113 | 57 | 64 |
| Binary | 10100000 | 10111101 | 1001010 | 1111 | 0 | 111101 | 11010 | 1001011 | 101111 | 110100 |
Color Harmonies of #A0BD4A
Complementary color
Monochromatic Colors of #A0BD4A
Black with #A0BD4A
Text Example
Text Example
White with #A0BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD4A; }
p { color: rgb(160,189,74); }
H1.HeaderClassName
{
color: #A0BD4A;
}
.AnyTagClassName
{
color: #A0BD4A;
}
</style>
background-color css
<style>
a { background-color: #A0BD4A; }
a { background-color: rgb(160,189,74); }
div.DivClassName
{
background-color: #A0BD4A;
}
.BgClassName
{
background-color: #A0BD4A;
}
</style>
border-color css
<style>
span { border-color: #A0BD4A; }
span { border-color: rgb(160,189,74); }
td.TdClassName
{
border-color: #A0BD4A;
}
.TagClassName
{
border-color: #A0BD4A;
}
</style>