Shades of Celery #A2BD54
Tints of Celery #A2BD54
RGB
CMYK
RGB Variations
Color information
#A2BD54 (or 0xA2BD54) is known color: Celery. HEX triplet: A2, BD and 54. RGB value is (162,189,84). Sum of RGB (Red+Green+Blue) = 162+189+84=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD54 is #5D42AB. Grayscale: #A9A9A9. Windows color (decimal): -6111916 or 5553570. OLE color: 5553570.
HSL color Cylindrical-coordinate representation of color #A2BD54: hue angle of 75.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2BD54 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 84 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.26 |
| HSL | 75.43º | 0.44% | 0.54% | - |
| HSV(B) | 75.43º | 0.56% | 0.74% | - |
| XYZ | 34.7 | 44.72 | 15.19 | - |
| YUV | 168.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 84 | 0.14 | 0 | 0.56 | 0.26 | 75.43 | 0.44 | 0.54 |
| Hex | A2 | BD | 54 | E | 0 | 38 | 1A | 4B | 2C | 36 |
| Octal | 242 | 275 | 124 | 16 | 0 | 70 | 32 | 113 | 54 | 66 |
| Binary | 10100010 | 10111101 | 1010100 | 1110 | 0 | 111000 | 11010 | 1001011 | 101100 | 110110 |
Color Harmonies of #A2BD54
Complementary color
Monochromatic Colors of #A2BD54
Black with #A2BD54
Text Example
Text Example
White with #A2BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD54; }
p { color: rgb(162,189,84); }
H1.HeaderClassName
{
color: #A2BD54;
}
.AnyTagClassName
{
color: #A2BD54;
}
</style>
background-color css
<style>
a { background-color: #A2BD54; }
a { background-color: rgb(162,189,84); }
div.DivClassName
{
background-color: #A2BD54;
}
.BgClassName
{
background-color: #A2BD54;
}
</style>
border-color css
<style>
span { border-color: #A2BD54; }
span { border-color: rgb(162,189,84); }
td.TdClassName
{
border-color: #A2BD54;
}
.TagClassName
{
border-color: #A2BD54;
}
</style>