Shades of Celery #A0BD48
Tints of Celery #A0BD48
RGB
CMYK
RGB Variations
Color information
#A0BD48 (or 0xA0BD48) is known color: Celery. HEX triplet: A0, BD and 48. RGB value is (160,189,72). Sum of RGB (Red+Green+Blue) = 160+189+72=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD48 is #5F42B7. Grayscale: #A7A7A7. Windows color (decimal): -6243000 or 4767136. OLE color: 4767136.
HSL color Cylindrical-coordinate representation of color #A0BD48: hue angle of 74.87º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0BD48 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 72 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.26 |
| HSL | 74.87º | 0.47% | 0.51% | - |
| HSV(B) | 74.87º | 0.62% | 0.74% | - |
| XYZ | 33.86 | 44.34 | 12.9 | - |
| YUV | 166.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 72 | 0.15 | 0 | 0.62 | 0.26 | 74.87 | 0.47 | 0.51 |
| Hex | A0 | BD | 48 | F | 0 | 3E | 1A | 4B | 2F | 33 |
| Octal | 240 | 275 | 110 | 17 | 0 | 76 | 32 | 113 | 57 | 63 |
| Binary | 10100000 | 10111101 | 1001000 | 1111 | 0 | 111110 | 11010 | 1001011 | 101111 | 110011 |
Color Harmonies of #A0BD48
Complementary color
Monochromatic Colors of #A0BD48
Black with #A0BD48
Text Example
Text Example
White with #A0BD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD48; }
p { color: rgb(160,189,72); }
H1.HeaderClassName
{
color: #A0BD48;
}
.AnyTagClassName
{
color: #A0BD48;
}
</style>
background-color css
<style>
a { background-color: #A0BD48; }
a { background-color: rgb(160,189,72); }
div.DivClassName
{
background-color: #A0BD48;
}
.BgClassName
{
background-color: #A0BD48;
}
</style>
border-color css
<style>
span { border-color: #A0BD48; }
span { border-color: rgb(160,189,72); }
td.TdClassName
{
border-color: #A0BD48;
}
.TagClassName
{
border-color: #A0BD48;
}
</style>