Shades of Celery #A2BD4D
Tints of Celery #A2BD4D
RGB
CMYK
RGB Variations
Color information
#A2BD4D (or 0xA2BD4D) is known color: Celery. HEX triplet: A2, BD and 4D. RGB value is (162,189,77). Sum of RGB (Red+Green+Blue) = 162+189+77=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD4D is #5D42B2. Grayscale: #A8A8A8. Windows color (decimal): -6111923 or 5094818. OLE color: 5094818.
HSL color Cylindrical-coordinate representation of color #A2BD4D: hue angle of 74.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2BD4D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 77 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.26 |
| HSL | 74.46º | 0.46% | 0.52% | - |
| HSV(B) | 74.46º | 0.59% | 0.74% | - |
| XYZ | 34.44 | 44.61 | 13.82 | - |
| YUV | 168.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 77 | 0.14 | 0 | 0.59 | 0.26 | 74.46 | 0.46 | 0.52 |
| Hex | A2 | BD | 4D | E | 0 | 3B | 1A | 4A | 2E | 34 |
| Octal | 242 | 275 | 115 | 16 | 0 | 73 | 32 | 112 | 56 | 64 |
| Binary | 10100010 | 10111101 | 1001101 | 1110 | 0 | 111011 | 11010 | 1001010 | 101110 | 110100 |
Color Harmonies of #A2BD4D
Complementary color
Monochromatic Colors of #A2BD4D
Black with #A2BD4D
Text Example
Text Example
White with #A2BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD4D; }
p { color: rgb(162,189,77); }
H1.HeaderClassName
{
color: #A2BD4D;
}
.AnyTagClassName
{
color: #A2BD4D;
}
</style>
background-color css
<style>
a { background-color: #A2BD4D; }
a { background-color: rgb(162,189,77); }
div.DivClassName
{
background-color: #A2BD4D;
}
.BgClassName
{
background-color: #A2BD4D;
}
</style>
border-color css
<style>
span { border-color: #A2BD4D; }
span { border-color: rgb(162,189,77); }
td.TdClassName
{
border-color: #A2BD4D;
}
.TagClassName
{
border-color: #A2BD4D;
}
</style>