Shades of Celery #A2BE4D
Tints of Celery #A2BE4D
RGB
CMYK
RGB Variations
Color information
#A2BE4D (or 0xA2BE4D) is known color: Celery. HEX triplet: A2, BE and 4D. RGB value is (162,190,77). Sum of RGB (Red+Green+Blue) = 162+190+77=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE4D is #5D41B2. Grayscale: #A9A9A9. Windows color (decimal): -6111667 or 5095074. OLE color: 5095074.
HSL color Cylindrical-coordinate representation of color #A2BE4D: hue angle of 74.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2BE4D is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 77 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.25 |
| HSL | 74.87º | 0.47% | 0.52% | - |
| HSV(B) | 74.87º | 0.59% | 0.75% | - |
| XYZ | 34.65 | 45.04 | 13.89 | - |
| YUV | 168.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 77 | 0.15 | 0 | 0.59 | 0.25 | 74.87 | 0.47 | 0.52 |
| Hex | A2 | BE | 4D | F | 0 | 3B | 19 | 4B | 2F | 34 |
| Octal | 242 | 276 | 115 | 17 | 0 | 73 | 31 | 113 | 57 | 64 |
| Binary | 10100010 | 10111110 | 1001101 | 1111 | 0 | 111011 | 11001 | 1001011 | 101111 | 110100 |
Color Harmonies of #A2BE4D
Complementary color
Monochromatic Colors of #A2BE4D
Black with #A2BE4D
Text Example
Text Example
White with #A2BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE4D; }
p { color: rgb(162,190,77); }
H1.HeaderClassName
{
color: #A2BE4D;
}
.AnyTagClassName
{
color: #A2BE4D;
}
</style>
background-color css
<style>
a { background-color: #A2BE4D; }
a { background-color: rgb(162,190,77); }
div.DivClassName
{
background-color: #A2BE4D;
}
.BgClassName
{
background-color: #A2BE4D;
}
</style>
border-color css
<style>
span { border-color: #A2BE4D; }
span { border-color: rgb(162,190,77); }
td.TdClassName
{
border-color: #A2BE4D;
}
.TagClassName
{
border-color: #A2BE4D;
}
</style>