Shades of Celery #AABD50
Tints of Celery #AABD50
RGB
CMYK
RGB Variations
Color information
#AABD50 (or 0xAABD50) is known color: Celery. HEX triplet: AA, BD and 50. RGB value is (170,189,80). Sum of RGB (Red+Green+Blue) = 170+189+80=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD50 is #5542AF. Grayscale: #ABABAB. Windows color (decimal): -5587632 or 5291434. OLE color: 5291434.
HSL color Cylindrical-coordinate representation of color #AABD50: hue angle of 70.46º 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 #AABD50 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 80 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.26 |
| HSL | 70.46º | 0.45% | 0.53% | - |
| HSV(B) | 70.46º | 0.58% | 0.74% | - |
| XYZ | 36.22 | 45.52 | 14.47 | - |
| YUV | 170.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 80 | 0.10 | 0 | 0.58 | 0.26 | 70.46 | 0.45 | 0.53 |
| Hex | AA | BD | 50 | A | 0 | 3A | 1A | 46 | 2D | 35 |
| Octal | 252 | 275 | 120 | 12 | 0 | 72 | 32 | 106 | 55 | 65 |
| Binary | 10101010 | 10111101 | 1010000 | 1010 | 0 | 111010 | 11010 | 1000110 | 101101 | 110101 |
Color Harmonies of #AABD50
Complementary color
Monochromatic Colors of #AABD50
Black with #AABD50
Text Example
Text Example
White with #AABD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD50; }
p { color: rgb(170,189,80); }
H1.HeaderClassName
{
color: #AABD50;
}
.AnyTagClassName
{
color: #AABD50;
}
</style>
background-color css
<style>
a { background-color: #AABD50; }
a { background-color: rgb(170,189,80); }
div.DivClassName
{
background-color: #AABD50;
}
.BgClassName
{
background-color: #AABD50;
}
</style>
border-color css
<style>
span { border-color: #AABD50; }
span { border-color: rgb(170,189,80); }
td.TdClassName
{
border-color: #AABD50;
}
.TagClassName
{
border-color: #AABD50;
}
</style>