Shades of Celery #AABA53
Tints of Celery #AABA53
RGB
CMYK
RGB Variations
Color information
#AABA53 (or 0xAABA53) is known color: Celery. HEX triplet: AA, BA and 53. RGB value is (170,186,83). Sum of RGB (Red+Green+Blue) = 170+186+83=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA53 is #5545AC. Grayscale: #A9A9A9. Windows color (decimal): -5588397 or 5487274. OLE color: 5487274.
HSL color Cylindrical-coordinate representation of color #AABA53: hue angle of 69.32º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AABA53 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 83 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.27 |
| HSL | 69.32º | 0.43% | 0.53% | - |
| HSV(B) | 69.32º | 0.55% | 0.73% | - |
| XYZ | 35.7 | 44.29 | 14.85 | - |
| YUV | 169.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 83 | 0.09 | 0 | 0.55 | 0.27 | 69.32 | 0.43 | 0.53 |
| Hex | AA | BA | 53 | 9 | 0 | 37 | 1B | 45 | 2B | 35 |
| Octal | 252 | 272 | 123 | 11 | 0 | 67 | 33 | 105 | 53 | 65 |
| Binary | 10101010 | 10111010 | 1010011 | 1001 | 0 | 110111 | 11011 | 1000101 | 101011 | 110101 |
Color Harmonies of #AABA53
Complementary color
Monochromatic Colors of #AABA53
Black with #AABA53
Text Example
Text Example
White with #AABA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA53; }
p { color: rgb(170,186,83); }
H1.HeaderClassName
{
color: #AABA53;
}
.AnyTagClassName
{
color: #AABA53;
}
</style>
background-color css
<style>
a { background-color: #AABA53; }
a { background-color: rgb(170,186,83); }
div.DivClassName
{
background-color: #AABA53;
}
.BgClassName
{
background-color: #AABA53;
}
</style>
border-color css
<style>
span { border-color: #AABA53; }
span { border-color: rgb(170,186,83); }
td.TdClassName
{
border-color: #AABA53;
}
.TagClassName
{
border-color: #AABA53;
}
</style>