Shades of Celery #A2BC51
Tints of Celery #A2BC51
RGB
CMYK
RGB Variations
Color information
#A2BC51 (or 0xA2BC51) is known color: Celery. HEX triplet: A2, BC and 51. RGB value is (162,188,81). Sum of RGB (Red+Green+Blue) = 162+188+81=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC51 is #5D43AE. Grayscale: #A8A8A8. Windows color (decimal): -6112175 or 5356706. OLE color: 5356706.
HSL color Cylindrical-coordinate representation of color #A2BC51: hue angle of 74.58º degrees, saturation: 0.44, 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 #A2BC51 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 81 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.26 |
| HSL | 74.58º | 0.44% | 0.53% | - |
| HSV(B) | 74.58º | 0.57% | 0.74% | - |
| XYZ | 34.37 | 44.24 | 14.51 | - |
| YUV | 168.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 81 | 0.14 | 0 | 0.57 | 0.26 | 74.58 | 0.44 | 0.53 |
| Hex | A2 | BC | 51 | E | 0 | 39 | 1A | 4B | 2C | 35 |
| Octal | 242 | 274 | 121 | 16 | 0 | 71 | 32 | 113 | 54 | 65 |
| Binary | 10100010 | 10111100 | 1010001 | 1110 | 0 | 111001 | 11010 | 1001011 | 101100 | 110101 |
Color Harmonies of #A2BC51
Complementary color
Monochromatic Colors of #A2BC51
Black with #A2BC51
Text Example
Text Example
White with #A2BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC51; }
p { color: rgb(162,188,81); }
H1.HeaderClassName
{
color: #A2BC51;
}
.AnyTagClassName
{
color: #A2BC51;
}
</style>
background-color css
<style>
a { background-color: #A2BC51; }
a { background-color: rgb(162,188,81); }
div.DivClassName
{
background-color: #A2BC51;
}
.BgClassName
{
background-color: #A2BC51;
}
</style>
border-color css
<style>
span { border-color: #A2BC51; }
span { border-color: rgb(162,188,81); }
td.TdClassName
{
border-color: #A2BC51;
}
.TagClassName
{
border-color: #A2BC51;
}
</style>