Shades of Celery #A2BD45
Tints of Celery #A2BD45
RGB
CMYK
RGB Variations
Color information
#A2BD45 (or 0xA2BD45) is known color: Celery. HEX triplet: A2, BD and 45. RGB value is (162,189,69). Sum of RGB (Red+Green+Blue) = 162+189+69=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD45 is #5D42BA. Grayscale: #A7A7A7. Windows color (decimal): -6111931 or 4570530. OLE color: 4570530.
HSL color Cylindrical-coordinate representation of color #A2BD45: hue angle of 73.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2BD45 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 69 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.26 |
| HSL | 73.5º | 0.48% | 0.51% | - |
| HSV(B) | 73.5º | 0.63% | 0.74% | - |
| XYZ | 34.17 | 44.51 | 12.42 | - |
| YUV | 167.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 69 | 0.14 | 0 | 0.63 | 0.26 | 73.5 | 0.48 | 0.51 |
| Hex | A2 | BD | 45 | E | 0 | 3F | 1A | 4A | 30 | 33 |
| Octal | 242 | 275 | 105 | 16 | 0 | 77 | 32 | 112 | 60 | 63 |
| Binary | 10100010 | 10111101 | 1000101 | 1110 | 0 | 111111 | 11010 | 1001010 | 110000 | 110011 |
Color Harmonies of #A2BD45
Complementary color
Monochromatic Colors of #A2BD45
Black with #A2BD45
Text Example
Text Example
White with #A2BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD45; }
p { color: rgb(162,189,69); }
H1.HeaderClassName
{
color: #A2BD45;
}
.AnyTagClassName
{
color: #A2BD45;
}
</style>
background-color css
<style>
a { background-color: #A2BD45; }
a { background-color: rgb(162,189,69); }
div.DivClassName
{
background-color: #A2BD45;
}
.BgClassName
{
background-color: #A2BD45;
}
</style>
border-color css
<style>
span { border-color: #A2BD45; }
span { border-color: rgb(162,189,69); }
td.TdClassName
{
border-color: #A2BD45;
}
.TagClassName
{
border-color: #A2BD45;
}
</style>