Shades of Celery #AABA49
Tints of Celery #AABA49
RGB
CMYK
RGB Variations
Color information
#AABA49 (or 0xAABA49) is known color: Celery. HEX triplet: AA, BA and 49. RGB value is (170,186,73). Sum of RGB (Red+Green+Blue) = 170+186+73=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA49 is #5545B6. Grayscale: #A8A8A8. Windows color (decimal): -5588407 or 4831914. OLE color: 4831914.
HSL color Cylindrical-coordinate representation of color #AABA49: hue angle of 68.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AABA49 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 73 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.27 |
| HSL | 68.5º | 0.45% | 0.51% | - |
| HSV(B) | 68.5º | 0.61% | 0.73% | - |
| XYZ | 35.34 | 44.14 | 12.96 | - |
| YUV | 168.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 73 | 0.09 | 0 | 0.61 | 0.27 | 68.5 | 0.45 | 0.51 |
| Hex | AA | BA | 49 | 9 | 0 | 3D | 1B | 44 | 2D | 33 |
| Octal | 252 | 272 | 111 | 11 | 0 | 75 | 33 | 104 | 55 | 63 |
| Binary | 10101010 | 10111010 | 1001001 | 1001 | 0 | 111101 | 11011 | 1000100 | 101101 | 110011 |
Color Harmonies of #AABA49
Complementary color
Monochromatic Colors of #AABA49
Black with #AABA49
Text Example
Text Example
White with #AABA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA49; }
p { color: rgb(170,186,73); }
H1.HeaderClassName
{
color: #AABA49;
}
.AnyTagClassName
{
color: #AABA49;
}
</style>
background-color css
<style>
a { background-color: #AABA49; }
a { background-color: rgb(170,186,73); }
div.DivClassName
{
background-color: #AABA49;
}
.BgClassName
{
background-color: #AABA49;
}
</style>
border-color css
<style>
span { border-color: #AABA49; }
span { border-color: rgb(170,186,73); }
td.TdClassName
{
border-color: #AABA49;
}
.TagClassName
{
border-color: #AABA49;
}
</style>