Shades of Celery #A2B24A
Tints of Celery #A2B24A
RGB
CMYK
RGB Variations
Color information
#A2B24A (or 0xA2B24A) is known color: Celery. HEX triplet: A2, B2 and 4A. RGB value is (162,178,74). Sum of RGB (Red+Green+Blue) = 162+178+74=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B24A is #5D4DB5. Grayscale: #A1A1A1. Windows color (decimal): -6114742 or 4895394. OLE color: 4895394.
HSL color Cylindrical-coordinate representation of color #A2B24A: hue angle of 69.23º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2B24A is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 74 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.30 |
| HSL | 69.23º | 0.41% | 0.49% | - |
| HSV(B) | 69.23º | 0.58% | 0.7% | - |
| XYZ | 32.06 | 40.02 | 12.51 | - |
| YUV | 161.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 74 | 0.09 | 0 | 0.58 | 0.30 | 69.23 | 0.41 | 0.49 |
| Hex | A2 | B2 | 4A | 9 | 0 | 3A | 1E | 45 | 29 | 31 |
| Octal | 242 | 262 | 112 | 11 | 0 | 72 | 36 | 105 | 51 | 61 |
| Binary | 10100010 | 10110010 | 1001010 | 1001 | 0 | 111010 | 11110 | 1000101 | 101001 | 110001 |
Color Harmonies of #A2B24A
Complementary color
Monochromatic Colors of #A2B24A
Black with #A2B24A
Text Example
Text Example
White with #A2B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B24A; }
p { color: rgb(162,178,74); }
H1.HeaderClassName
{
color: #A2B24A;
}
.AnyTagClassName
{
color: #A2B24A;
}
</style>
background-color css
<style>
a { background-color: #A2B24A; }
a { background-color: rgb(162,178,74); }
div.DivClassName
{
background-color: #A2B24A;
}
.BgClassName
{
background-color: #A2B24A;
}
</style>
border-color css
<style>
span { border-color: #A2B24A; }
span { border-color: rgb(162,178,74); }
td.TdClassName
{
border-color: #A2B24A;
}
.TagClassName
{
border-color: #A2B24A;
}
</style>