Shades of Celery #A2B34A
Tints of Celery #A2B34A
RGB
CMYK
RGB Variations
Color information
#A2B34A (or 0xA2B34A) is known color: Celery. HEX triplet: A2, B3 and 4A. RGB value is (162,179,74). Sum of RGB (Red+Green+Blue) = 162+179+74=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B34A is #5D4CB5. Grayscale: #A2A2A2. Windows color (decimal): -6114486 or 4895650. OLE color: 4895650.
HSL color Cylindrical-coordinate representation of color #A2B34A: hue angle of 69.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2B34A is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 74 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.30 |
| HSL | 69.71º | 0.42% | 0.5% | - |
| HSV(B) | 69.71º | 0.59% | 0.7% | - |
| XYZ | 32.26 | 40.42 | 12.58 | - |
| YUV | 161.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 74 | 0.09 | 0 | 0.59 | 0.30 | 69.71 | 0.42 | 0.5 |
| Hex | A2 | B3 | 4A | 9 | 0 | 3B | 1E | 46 | 2A | 32 |
| Octal | 242 | 263 | 112 | 11 | 0 | 73 | 36 | 106 | 52 | 62 |
| Binary | 10100010 | 10110011 | 1001010 | 1001 | 0 | 111011 | 11110 | 1000110 | 101010 | 110010 |
Color Harmonies of #A2B34A
Complementary color
Monochromatic Colors of #A2B34A
Black with #A2B34A
Text Example
Text Example
White with #A2B34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B34A; }
p { color: rgb(162,179,74); }
H1.HeaderClassName
{
color: #A2B34A;
}
.AnyTagClassName
{
color: #A2B34A;
}
</style>
background-color css
<style>
a { background-color: #A2B34A; }
a { background-color: rgb(162,179,74); }
div.DivClassName
{
background-color: #A2B34A;
}
.BgClassName
{
background-color: #A2B34A;
}
</style>
border-color css
<style>
span { border-color: #A2B34A; }
span { border-color: rgb(162,179,74); }
td.TdClassName
{
border-color: #A2B34A;
}
.TagClassName
{
border-color: #A2B34A;
}
</style>