Shades of Celery #A2BE4C
Tints of Celery #A2BE4C
RGB
CMYK
RGB Variations
Color information
#A2BE4C (or 0xA2BE4C) is known color: Celery. HEX triplet: A2, BE and 4C. RGB value is (162,190,76). Sum of RGB (Red+Green+Blue) = 162+190+76=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE4C is #5D41B3. Grayscale: #A9A9A9. Windows color (decimal): -6111668 or 5029538. OLE color: 5029538.
HSL color Cylindrical-coordinate representation of color #A2BE4C: hue angle of 74.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2BE4C is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 76 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.25 |
| HSL | 74.74º | 0.47% | 0.52% | - |
| HSV(B) | 74.74º | 0.6% | 0.75% | - |
| XYZ | 34.62 | 45.03 | 13.7 | - |
| YUV | 168.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 76 | 0.15 | 0 | 0.60 | 0.25 | 74.74 | 0.47 | 0.52 |
| Hex | A2 | BE | 4C | F | 0 | 3C | 19 | 4B | 2F | 34 |
| Octal | 242 | 276 | 114 | 17 | 0 | 74 | 31 | 113 | 57 | 64 |
| Binary | 10100010 | 10111110 | 1001100 | 1111 | 0 | 111100 | 11001 | 1001011 | 101111 | 110100 |
Color Harmonies of #A2BE4C
Complementary color
Monochromatic Colors of #A2BE4C
Black with #A2BE4C
Text Example
Text Example
White with #A2BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE4C; }
p { color: rgb(162,190,76); }
H1.HeaderClassName
{
color: #A2BE4C;
}
.AnyTagClassName
{
color: #A2BE4C;
}
</style>
background-color css
<style>
a { background-color: #A2BE4C; }
a { background-color: rgb(162,190,76); }
div.DivClassName
{
background-color: #A2BE4C;
}
.BgClassName
{
background-color: #A2BE4C;
}
</style>
border-color css
<style>
span { border-color: #A2BE4C; }
span { border-color: rgb(162,190,76); }
td.TdClassName
{
border-color: #A2BE4C;
}
.TagClassName
{
border-color: #A2BE4C;
}
</style>