Shades of Celery #A2BC54
Tints of Celery #A2BC54
RGB
CMYK
RGB Variations
Color information
#A2BC54 (or 0xA2BC54) is known color: Celery. HEX triplet: A2, BC and 54. RGB value is (162,188,84). Sum of RGB (Red+Green+Blue) = 162+188+84=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC54 is #5D43AB. Grayscale: #A8A8A8. Windows color (decimal): -6112172 or 5553314. OLE color: 5553314.
HSL color Cylindrical-coordinate representation of color #A2BC54: hue angle of 75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2BC54 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 84 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.26 |
| HSL | 75º | 0.44% | 0.53% | - |
| HSV(B) | 75º | 0.55% | 0.74% | - |
| XYZ | 34.48 | 44.29 | 15.12 | - |
| YUV | 168.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 84 | 0.14 | 0 | 0.55 | 0.26 | 75 | 0.44 | 0.53 |
| Hex | A2 | BC | 54 | E | 0 | 37 | 1A | 4B | 2C | 35 |
| Octal | 242 | 274 | 124 | 16 | 0 | 67 | 32 | 113 | 54 | 65 |
| Binary | 10100010 | 10111100 | 1010100 | 1110 | 0 | 110111 | 11010 | 1001011 | 101100 | 110101 |
Color Harmonies of #A2BC54
Complementary color
Monochromatic Colors of #A2BC54
Black with #A2BC54
Text Example
Text Example
White with #A2BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC54; }
p { color: rgb(162,188,84); }
H1.HeaderClassName
{
color: #A2BC54;
}
.AnyTagClassName
{
color: #A2BC54;
}
</style>
background-color css
<style>
a { background-color: #A2BC54; }
a { background-color: rgb(162,188,84); }
div.DivClassName
{
background-color: #A2BC54;
}
.BgClassName
{
background-color: #A2BC54;
}
</style>
border-color css
<style>
span { border-color: #A2BC54; }
span { border-color: rgb(162,188,84); }
td.TdClassName
{
border-color: #A2BC54;
}
.TagClassName
{
border-color: #A2BC54;
}
</style>