Shades of Celery #A0BD4B
Tints of Celery #A0BD4B
RGB
CMYK
RGB Variations
Color information
#A0BD4B (or 0xA0BD4B) is known color: Celery. HEX triplet: A0, BD and 4B. RGB value is (160,189,75). Sum of RGB (Red+Green+Blue) = 160+189+75=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD4B is #5F42B4. Grayscale: #A7A7A7. Windows color (decimal): -6242997 or 4963744. OLE color: 4963744.
HSL color Cylindrical-coordinate representation of color #A0BD4B: hue angle of 75.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0BD4B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 75 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.26 |
| HSL | 75.26º | 0.46% | 0.52% | - |
| HSV(B) | 75.26º | 0.6% | 0.74% | - |
| XYZ | 33.96 | 44.38 | 13.43 | - |
| YUV | 167.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 75 | 0.15 | 0 | 0.60 | 0.26 | 75.26 | 0.46 | 0.52 |
| Hex | A0 | BD | 4B | F | 0 | 3C | 1A | 4B | 2E | 34 |
| Octal | 240 | 275 | 113 | 17 | 0 | 74 | 32 | 113 | 56 | 64 |
| Binary | 10100000 | 10111101 | 1001011 | 1111 | 0 | 111100 | 11010 | 1001011 | 101110 | 110100 |
Color Harmonies of #A0BD4B
Complementary color
Monochromatic Colors of #A0BD4B
Black with #A0BD4B
Text Example
Text Example
White with #A0BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD4B; }
p { color: rgb(160,189,75); }
H1.HeaderClassName
{
color: #A0BD4B;
}
.AnyTagClassName
{
color: #A0BD4B;
}
</style>
background-color css
<style>
a { background-color: #A0BD4B; }
a { background-color: rgb(160,189,75); }
div.DivClassName
{
background-color: #A0BD4B;
}
.BgClassName
{
background-color: #A0BD4B;
}
</style>
border-color css
<style>
span { border-color: #A0BD4B; }
span { border-color: rgb(160,189,75); }
td.TdClassName
{
border-color: #A0BD4B;
}
.TagClassName
{
border-color: #A0BD4B;
}
</style>