Shades of Celery #A0BD4E
Tints of Celery #A0BD4E
RGB
CMYK
RGB Variations
Color information
#A0BD4E (or 0xA0BD4E) is known color: Celery. HEX triplet: A0, BD and 4E. RGB value is (160,189,78). Sum of RGB (Red+Green+Blue) = 160+189+78=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD4E is #5F42B1. Grayscale: #A8A8A8. Windows color (decimal): -6242994 or 5160352. OLE color: 5160352.
HSL color Cylindrical-coordinate representation of color #A0BD4E: hue angle of 75.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0BD4E is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 78 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.26 |
| HSL | 75.68º | 0.46% | 0.52% | - |
| HSV(B) | 75.68º | 0.59% | 0.74% | - |
| XYZ | 34.07 | 44.42 | 13.99 | - |
| YUV | 167.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 78 | 0.15 | 0 | 0.59 | 0.26 | 75.68 | 0.46 | 0.52 |
| Hex | A0 | BD | 4E | F | 0 | 3B | 1A | 4C | 2E | 34 |
| Octal | 240 | 275 | 116 | 17 | 0 | 73 | 32 | 114 | 56 | 64 |
| Binary | 10100000 | 10111101 | 1001110 | 1111 | 0 | 111011 | 11010 | 1001100 | 101110 | 110100 |
Color Harmonies of #A0BD4E
Complementary color
Monochromatic Colors of #A0BD4E
Black with #A0BD4E
Text Example
Text Example
White with #A0BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD4E; }
p { color: rgb(160,189,78); }
H1.HeaderClassName
{
color: #A0BD4E;
}
.AnyTagClassName
{
color: #A0BD4E;
}
</style>
background-color css
<style>
a { background-color: #A0BD4E; }
a { background-color: rgb(160,189,78); }
div.DivClassName
{
background-color: #A0BD4E;
}
.BgClassName
{
background-color: #A0BD4E;
}
</style>
border-color css
<style>
span { border-color: #A0BD4E; }
span { border-color: rgb(160,189,78); }
td.TdClassName
{
border-color: #A0BD4E;
}
.TagClassName
{
border-color: #A0BD4E;
}
</style>