Shades of Celery #A2BC47
Tints of Celery #A2BC47
RGB
CMYK
RGB Variations
Color information
#A2BC47 (or 0xA2BC47) is known color: Celery. HEX triplet: A2, BC and 47. RGB value is (162,188,71). Sum of RGB (Red+Green+Blue) = 162+188+71=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC47 is #5D43B8. Grayscale: #A7A7A7. Windows color (decimal): -6112185 or 4701346. OLE color: 4701346.
HSL color Cylindrical-coordinate representation of color #A2BC47: hue angle of 73.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2BC47 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 71 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.26 |
| HSL | 73.33º | 0.47% | 0.51% | - |
| HSV(B) | 73.33º | 0.62% | 0.74% | - |
| XYZ | 34.02 | 44.1 | 12.68 | - |
| YUV | 166.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 71 | 0.14 | 0 | 0.62 | 0.26 | 73.33 | 0.47 | 0.51 |
| Hex | A2 | BC | 47 | E | 0 | 3E | 1A | 49 | 2F | 33 |
| Octal | 242 | 274 | 107 | 16 | 0 | 76 | 32 | 111 | 57 | 63 |
| Binary | 10100010 | 10111100 | 1000111 | 1110 | 0 | 111110 | 11010 | 1001001 | 101111 | 110011 |
Color Harmonies of #A2BC47
Complementary color
Monochromatic Colors of #A2BC47
Black with #A2BC47
Text Example
Text Example
White with #A2BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC47; }
p { color: rgb(162,188,71); }
H1.HeaderClassName
{
color: #A2BC47;
}
.AnyTagClassName
{
color: #A2BC47;
}
</style>
background-color css
<style>
a { background-color: #A2BC47; }
a { background-color: rgb(162,188,71); }
div.DivClassName
{
background-color: #A2BC47;
}
.BgClassName
{
background-color: #A2BC47;
}
</style>
border-color css
<style>
span { border-color: #A2BC47; }
span { border-color: rgb(162,188,71); }
td.TdClassName
{
border-color: #A2BC47;
}
.TagClassName
{
border-color: #A2BC47;
}
</style>