Shades of Celery #A2BC57
Tints of Celery #A2BC57
RGB
CMYK
RGB Variations
Color information
#A2BC57 (or 0xA2BC57) is known color: Celery. HEX triplet: A2, BC and 57. RGB value is (162,188,87). Sum of RGB (Red+Green+Blue) = 162+188+87=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC57 is #5D43A8. Grayscale: #A9A9A9. Windows color (decimal): -6112169 or 5749922. OLE color: 5749922.
HSL color Cylindrical-coordinate representation of color #A2BC57: hue angle of 75.45º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2BC57 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 87 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.26 |
| HSL | 75.45º | 0.43% | 0.54% | - |
| HSV(B) | 75.45º | 0.54% | 0.74% | - |
| XYZ | 34.6 | 44.34 | 15.75 | - |
| YUV | 168.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 87 | 0.14 | 0 | 0.54 | 0.26 | 75.45 | 0.43 | 0.54 |
| Hex | A2 | BC | 57 | E | 0 | 36 | 1A | 4B | 2B | 36 |
| Octal | 242 | 274 | 127 | 16 | 0 | 66 | 32 | 113 | 53 | 66 |
| Binary | 10100010 | 10111100 | 1010111 | 1110 | 0 | 110110 | 11010 | 1001011 | 101011 | 110110 |
Color Harmonies of #A2BC57
Complementary color
Monochromatic Colors of #A2BC57
Black with #A2BC57
Text Example
Text Example
White with #A2BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC57; }
p { color: rgb(162,188,87); }
H1.HeaderClassName
{
color: #A2BC57;
}
.AnyTagClassName
{
color: #A2BC57;
}
</style>
background-color css
<style>
a { background-color: #A2BC57; }
a { background-color: rgb(162,188,87); }
div.DivClassName
{
background-color: #A2BC57;
}
.BgClassName
{
background-color: #A2BC57;
}
</style>
border-color css
<style>
span { border-color: #A2BC57; }
span { border-color: rgb(162,188,87); }
td.TdClassName
{
border-color: #A2BC57;
}
.TagClassName
{
border-color: #A2BC57;
}
</style>