Shades of Celery #A0BD4F
Tints of Celery #A0BD4F
RGB
CMYK
RGB Variations
Color information
#A0BD4F (or 0xA0BD4F) is known color: Celery. HEX triplet: A0, BD and 4F. RGB value is (160,189,79). Sum of RGB (Red+Green+Blue) = 160+189+79=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD4F is #5F42B0. Grayscale: #A8A8A8. Windows color (decimal): -6242993 or 5225888. OLE color: 5225888.
HSL color Cylindrical-coordinate representation of color #A0BD4F: hue angle of 75.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0BD4F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 79 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.26 |
| HSL | 75.82º | 0.45% | 0.53% | - |
| HSV(B) | 75.82º | 0.58% | 0.74% | - |
| XYZ | 34.11 | 44.43 | 14.18 | - |
| YUV | 167.79 | 77.89 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 79 | 0.15 | 0 | 0.58 | 0.26 | 75.82 | 0.45 | 0.53 |
| Hex | A0 | BD | 4F | F | 0 | 3A | 1A | 4C | 2D | 35 |
| Octal | 240 | 275 | 117 | 17 | 0 | 72 | 32 | 114 | 55 | 65 |
| Binary | 10100000 | 10111101 | 1001111 | 1111 | 0 | 111010 | 11010 | 1001100 | 101101 | 110101 |
Color Harmonies of #A0BD4F
Complementary color
Monochromatic Colors of #A0BD4F
Black with #A0BD4F
Text Example
Text Example
White with #A0BD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD4F; }
p { color: rgb(160,189,79); }
H1.HeaderClassName
{
color: #A0BD4F;
}
.AnyTagClassName
{
color: #A0BD4F;
}
</style>
background-color css
<style>
a { background-color: #A0BD4F; }
a { background-color: rgb(160,189,79); }
div.DivClassName
{
background-color: #A0BD4F;
}
.BgClassName
{
background-color: #A0BD4F;
}
</style>
border-color css
<style>
span { border-color: #A0BD4F; }
span { border-color: rgb(160,189,79); }
td.TdClassName
{
border-color: #A0BD4F;
}
.TagClassName
{
border-color: #A0BD4F;
}
</style>