Shades of Celery #A2BD51
Tints of Celery #A2BD51
RGB
CMYK
RGB Variations
Color information
#A2BD51 (or 0xA2BD51) is known color: Celery. HEX triplet: A2, BD and 51. RGB value is (162,189,81). Sum of RGB (Red+Green+Blue) = 162+189+81=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD51 is #5D42AE. Grayscale: #A9A9A9. Windows color (decimal): -6111919 or 5356962. OLE color: 5356962.
HSL color Cylindrical-coordinate representation of color #A2BD51: hue angle of 75º 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 #A2BD51 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 81 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.26 |
| HSL | 75º | 0.45% | 0.53% | - |
| HSV(B) | 75º | 0.57% | 0.74% | - |
| XYZ | 34.58 | 44.67 | 14.58 | - |
| YUV | 168.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 81 | 0.14 | 0 | 0.57 | 0.26 | 75 | 0.45 | 0.53 |
| Hex | A2 | BD | 51 | E | 0 | 39 | 1A | 4B | 2D | 35 |
| Octal | 242 | 275 | 121 | 16 | 0 | 71 | 32 | 113 | 55 | 65 |
| Binary | 10100010 | 10111101 | 1010001 | 1110 | 0 | 111001 | 11010 | 1001011 | 101101 | 110101 |
Color Harmonies of #A2BD51
Complementary color
Monochromatic Colors of #A2BD51
Black with #A2BD51
Text Example
Text Example
White with #A2BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD51; }
p { color: rgb(162,189,81); }
H1.HeaderClassName
{
color: #A2BD51;
}
.AnyTagClassName
{
color: #A2BD51;
}
</style>
background-color css
<style>
a { background-color: #A2BD51; }
a { background-color: rgb(162,189,81); }
div.DivClassName
{
background-color: #A2BD51;
}
.BgClassName
{
background-color: #A2BD51;
}
</style>
border-color css
<style>
span { border-color: #A2BD51; }
span { border-color: rgb(162,189,81); }
td.TdClassName
{
border-color: #A2BD51;
}
.TagClassName
{
border-color: #A2BD51;
}
</style>