Shades of Celery #A2BD48
Tints of Celery #A2BD48
RGB
CMYK
RGB Variations
Color information
#A2BD48 (or 0xA2BD48) is known color: Celery. HEX triplet: A2, BD and 48. RGB value is (162,189,72). Sum of RGB (Red+Green+Blue) = 162+189+72=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD48 is #5D42B7. Grayscale: #A8A8A8. Windows color (decimal): -6111928 or 4767138. OLE color: 4767138.
HSL color Cylindrical-coordinate representation of color #A2BD48: hue angle of 73.85º 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 #A2BD48 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 72 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.26 |
| HSL | 73.85º | 0.47% | 0.51% | - |
| HSV(B) | 73.85º | 0.62% | 0.74% | - |
| XYZ | 34.27 | 44.54 | 12.92 | - |
| YUV | 167.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 72 | 0.14 | 0 | 0.62 | 0.26 | 73.85 | 0.47 | 0.51 |
| Hex | A2 | BD | 48 | E | 0 | 3E | 1A | 4A | 2F | 33 |
| Octal | 242 | 275 | 110 | 16 | 0 | 76 | 32 | 112 | 57 | 63 |
| Binary | 10100010 | 10111101 | 1001000 | 1110 | 0 | 111110 | 11010 | 1001010 | 101111 | 110011 |
Color Harmonies of #A2BD48
Complementary color
Monochromatic Colors of #A2BD48
Black with #A2BD48
Text Example
Text Example
White with #A2BD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD48; }
p { color: rgb(162,189,72); }
H1.HeaderClassName
{
color: #A2BD48;
}
.AnyTagClassName
{
color: #A2BD48;
}
</style>
background-color css
<style>
a { background-color: #A2BD48; }
a { background-color: rgb(162,189,72); }
div.DivClassName
{
background-color: #A2BD48;
}
.BgClassName
{
background-color: #A2BD48;
}
</style>
border-color css
<style>
span { border-color: #A2BD48; }
span { border-color: rgb(162,189,72); }
td.TdClassName
{
border-color: #A2BD48;
}
.TagClassName
{
border-color: #A2BD48;
}
</style>