Shades of Celery #AABA40
Tints of Celery #AABA40
RGB
CMYK
RGB Variations
Color information
#AABA40 (or 0xAABA40) is known color: Celery. HEX triplet: AA, BA and 40. RGB value is (170,186,64). Sum of RGB (Red+Green+Blue) = 170+186+64=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA40 is #5545BF. Grayscale: #A7A7A7. Windows color (decimal): -5588416 or 4242090. OLE color: 4242090.
HSL color Cylindrical-coordinate representation of color #AABA40: hue angle of 67.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AABA40 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 64 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.27 |
| HSL | 67.87º | 0.49% | 0.49% | - |
| HSV(B) | 67.87º | 0.66% | 0.73% | - |
| XYZ | 35.06 | 44.03 | 11.5 | - |
| YUV | 167.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 64 | 0.09 | 0 | 0.66 | 0.27 | 67.87 | 0.49 | 0.49 |
| Hex | AA | BA | 40 | 9 | 0 | 42 | 1B | 44 | 31 | 31 |
| Octal | 252 | 272 | 100 | 11 | 0 | 102 | 33 | 104 | 61 | 61 |
| Binary | 10101010 | 10111010 | 1000000 | 1001 | 0 | 1000010 | 11011 | 1000100 | 110001 | 110001 |
Color Harmonies of #AABA40
Complementary color
Monochromatic Colors of #AABA40
Black with #AABA40
Text Example
Text Example
White with #AABA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA40; }
p { color: rgb(170,186,64); }
H1.HeaderClassName
{
color: #AABA40;
}
.AnyTagClassName
{
color: #AABA40;
}
</style>
background-color css
<style>
a { background-color: #AABA40; }
a { background-color: rgb(170,186,64); }
div.DivClassName
{
background-color: #AABA40;
}
.BgClassName
{
background-color: #AABA40;
}
</style>
border-color css
<style>
span { border-color: #AABA40; }
span { border-color: rgb(170,186,64); }
td.TdClassName
{
border-color: #AABA40;
}
.TagClassName
{
border-color: #AABA40;
}
</style>