Shades of Celery #A2B14A
Tints of Celery #A2B14A
RGB
CMYK
RGB Variations
Color information
#A2B14A (or 0xA2B14A) is known color: Celery. HEX triplet: A2, B1 and 4A. RGB value is (162,177,74). Sum of RGB (Red+Green+Blue) = 162+177+74=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B14A is #5D4EB5. Grayscale: #A1A1A1. Windows color (decimal): -6114998 or 4895138. OLE color: 4895138.
HSL color Cylindrical-coordinate representation of color #A2B14A: hue angle of 68.74º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2B14A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 74 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.31 |
| HSL | 68.74º | 0.41% | 0.49% | - |
| HSV(B) | 68.74º | 0.58% | 0.69% | - |
| XYZ | 31.86 | 39.62 | 12.45 | - |
| YUV | 160.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 74 | 0.08 | 0 | 0.58 | 0.31 | 68.74 | 0.41 | 0.49 |
| Hex | A2 | B1 | 4A | 8 | 0 | 3A | 1F | 45 | 29 | 31 |
| Octal | 242 | 261 | 112 | 10 | 0 | 72 | 37 | 105 | 51 | 61 |
| Binary | 10100010 | 10110001 | 1001010 | 1000 | 0 | 111010 | 11111 | 1000101 | 101001 | 110001 |
Color Harmonies of #A2B14A
Complementary color
Monochromatic Colors of #A2B14A
Black with #A2B14A
Text Example
Text Example
White with #A2B14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B14A; }
p { color: rgb(162,177,74); }
H1.HeaderClassName
{
color: #A2B14A;
}
.AnyTagClassName
{
color: #A2B14A;
}
</style>
background-color css
<style>
a { background-color: #A2B14A; }
a { background-color: rgb(162,177,74); }
div.DivClassName
{
background-color: #A2B14A;
}
.BgClassName
{
background-color: #A2B14A;
}
</style>
border-color css
<style>
span { border-color: #A2B14A; }
span { border-color: rgb(162,177,74); }
td.TdClassName
{
border-color: #A2B14A;
}
.TagClassName
{
border-color: #A2B14A;
}
</style>