Shades of Celery #A2BD50
Tints of Celery #A2BD50
RGB
CMYK
RGB Variations
Color information
#A2BD50 (or 0xA2BD50) is known color: Celery. HEX triplet: A2, BD and 50. RGB value is (162,189,80). Sum of RGB (Red+Green+Blue) = 162+189+80=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD50 is #5D42AF. Grayscale: #A8A8A8. Windows color (decimal): -6111920 or 5291426. OLE color: 5291426.
HSL color Cylindrical-coordinate representation of color #A2BD50: hue angle of 74.86º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2BD50 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 80 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.26 |
| HSL | 74.86º | 0.45% | 0.53% | - |
| HSV(B) | 74.86º | 0.58% | 0.74% | - |
| XYZ | 34.55 | 44.66 | 14.39 | - |
| YUV | 168.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 80 | 0.14 | 0 | 0.58 | 0.26 | 74.86 | 0.45 | 0.53 |
| Hex | A2 | BD | 50 | E | 0 | 3A | 1A | 4B | 2D | 35 |
| Octal | 242 | 275 | 120 | 16 | 0 | 72 | 32 | 113 | 55 | 65 |
| Binary | 10100010 | 10111101 | 1010000 | 1110 | 0 | 111010 | 11010 | 1001011 | 101101 | 110101 |
Color Harmonies of #A2BD50
Complementary color
Monochromatic Colors of #A2BD50
Black with #A2BD50
Text Example
Text Example
White with #A2BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD50; }
p { color: rgb(162,189,80); }
H1.HeaderClassName
{
color: #A2BD50;
}
.AnyTagClassName
{
color: #A2BD50;
}
</style>
background-color css
<style>
a { background-color: #A2BD50; }
a { background-color: rgb(162,189,80); }
div.DivClassName
{
background-color: #A2BD50;
}
.BgClassName
{
background-color: #A2BD50;
}
</style>
border-color css
<style>
span { border-color: #A2BD50; }
span { border-color: rgb(162,189,80); }
td.TdClassName
{
border-color: #A2BD50;
}
.TagClassName
{
border-color: #A2BD50;
}
</style>