Shades of Celery #A2BD52
Tints of Celery #A2BD52
RGB
CMYK
RGB Variations
Color information
#A2BD52 (or 0xA2BD52) is known color: Celery. HEX triplet: A2, BD and 52. RGB value is (162,189,82). Sum of RGB (Red+Green+Blue) = 162+189+82=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD52 is #5D42AD. Grayscale: #A9A9A9. Windows color (decimal): -6111918 or 5422498. OLE color: 5422498.
HSL color Cylindrical-coordinate representation of color #A2BD52: hue angle of 75.14º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2BD52 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 82 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.26 |
| HSL | 75.14º | 0.45% | 0.53% | - |
| HSV(B) | 75.14º | 0.57% | 0.74% | - |
| XYZ | 34.62 | 44.69 | 14.78 | - |
| YUV | 168.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 82 | 0.14 | 0 | 0.57 | 0.26 | 75.14 | 0.45 | 0.53 |
| Hex | A2 | BD | 52 | E | 0 | 39 | 1A | 4B | 2D | 35 |
| Octal | 242 | 275 | 122 | 16 | 0 | 71 | 32 | 113 | 55 | 65 |
| Binary | 10100010 | 10111101 | 1010010 | 1110 | 0 | 111001 | 11010 | 1001011 | 101101 | 110101 |
Color Harmonies of #A2BD52
Complementary color
Monochromatic Colors of #A2BD52
Black with #A2BD52
Text Example
Text Example
White with #A2BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD52; }
p { color: rgb(162,189,82); }
H1.HeaderClassName
{
color: #A2BD52;
}
.AnyTagClassName
{
color: #A2BD52;
}
</style>
background-color css
<style>
a { background-color: #A2BD52; }
a { background-color: rgb(162,189,82); }
div.DivClassName
{
background-color: #A2BD52;
}
.BgClassName
{
background-color: #A2BD52;
}
</style>
border-color css
<style>
span { border-color: #A2BD52; }
span { border-color: rgb(162,189,82); }
td.TdClassName
{
border-color: #A2BD52;
}
.TagClassName
{
border-color: #A2BD52;
}
</style>