Shades of Celery #A2BC55
Tints of Celery #A2BC55
RGB
CMYK
RGB Variations
Color information
#A2BC55 (or 0xA2BC55) is known color: Celery. HEX triplet: A2, BC and 55. RGB value is (162,188,85). Sum of RGB (Red+Green+Blue) = 162+188+85=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC55 is #5D43AA. Grayscale: #A8A8A8. Windows color (decimal): -6112171 or 5618850. OLE color: 5618850.
HSL color Cylindrical-coordinate representation of color #A2BC55: hue angle of 75.15º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2BC55 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 85 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.26 |
| HSL | 75.15º | 0.43% | 0.54% | - |
| HSV(B) | 75.15º | 0.55% | 0.74% | - |
| XYZ | 34.52 | 44.3 | 15.33 | - |
| YUV | 168.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 85 | 0.14 | 0 | 0.55 | 0.26 | 75.15 | 0.43 | 0.54 |
| Hex | A2 | BC | 55 | E | 0 | 37 | 1A | 4B | 2B | 36 |
| Octal | 242 | 274 | 125 | 16 | 0 | 67 | 32 | 113 | 53 | 66 |
| Binary | 10100010 | 10111100 | 1010101 | 1110 | 0 | 110111 | 11010 | 1001011 | 101011 | 110110 |
Color Harmonies of #A2BC55
Complementary color
Monochromatic Colors of #A2BC55
Black with #A2BC55
Text Example
Text Example
White with #A2BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC55; }
p { color: rgb(162,188,85); }
H1.HeaderClassName
{
color: #A2BC55;
}
.AnyTagClassName
{
color: #A2BC55;
}
</style>
background-color css
<style>
a { background-color: #A2BC55; }
a { background-color: rgb(162,188,85); }
div.DivClassName
{
background-color: #A2BC55;
}
.BgClassName
{
background-color: #A2BC55;
}
</style>
border-color css
<style>
span { border-color: #A2BC55; }
span { border-color: rgb(162,188,85); }
td.TdClassName
{
border-color: #A2BC55;
}
.TagClassName
{
border-color: #A2BC55;
}
</style>