Shades of Celery #A2BC4C
Tints of Celery #A2BC4C
RGB
CMYK
RGB Variations
Color information
#A2BC4C (or 0xA2BC4C) is known color: Celery. HEX triplet: A2, BC and 4C. RGB value is (162,188,76). Sum of RGB (Red+Green+Blue) = 162+188+76=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC4C is #5D43B3. Grayscale: #A7A7A7. Windows color (decimal): -6112180 or 5029026. OLE color: 5029026.
HSL color Cylindrical-coordinate representation of color #A2BC4C: hue angle of 73.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2BC4C is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 76 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.26 |
| HSL | 73.93º | 0.46% | 0.52% | - |
| HSV(B) | 73.93º | 0.6% | 0.74% | - |
| XYZ | 34.19 | 44.17 | 13.56 | - |
| YUV | 167.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 76 | 0.14 | 0 | 0.60 | 0.26 | 73.93 | 0.46 | 0.52 |
| Hex | A2 | BC | 4C | E | 0 | 3C | 1A | 4A | 2E | 34 |
| Octal | 242 | 274 | 114 | 16 | 0 | 74 | 32 | 112 | 56 | 64 |
| Binary | 10100010 | 10111100 | 1001100 | 1110 | 0 | 111100 | 11010 | 1001010 | 101110 | 110100 |
Color Harmonies of #A2BC4C
Complementary color
Monochromatic Colors of #A2BC4C
Black with #A2BC4C
Text Example
Text Example
White with #A2BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC4C; }
p { color: rgb(162,188,76); }
H1.HeaderClassName
{
color: #A2BC4C;
}
.AnyTagClassName
{
color: #A2BC4C;
}
</style>
background-color css
<style>
a { background-color: #A2BC4C; }
a { background-color: rgb(162,188,76); }
div.DivClassName
{
background-color: #A2BC4C;
}
.BgClassName
{
background-color: #A2BC4C;
}
</style>
border-color css
<style>
span { border-color: #A2BC4C; }
span { border-color: rgb(162,188,76); }
td.TdClassName
{
border-color: #A2BC4C;
}
.TagClassName
{
border-color: #A2BC4C;
}
</style>