Shades of Celery #AABA44
Tints of Celery #AABA44
RGB
CMYK
RGB Variations
Color information
#AABA44 (or 0xAABA44) is known color: Celery. HEX triplet: AA, BA and 44. RGB value is (170,186,68). Sum of RGB (Red+Green+Blue) = 170+186+68=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA44 is #5545BB. Grayscale: #A8A8A8. Windows color (decimal): -5588412 or 4504234. OLE color: 4504234.
HSL color Cylindrical-coordinate representation of color #AABA44: hue angle of 68.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AABA44 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 68 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.27 |
| HSL | 68.14º | 0.46% | 0.5% | - |
| HSV(B) | 68.14º | 0.63% | 0.73% | - |
| XYZ | 35.18 | 44.08 | 12.12 | - |
| YUV | 167.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 68 | 0.09 | 0 | 0.63 | 0.27 | 68.14 | 0.46 | 0.5 |
| Hex | AA | BA | 44 | 9 | 0 | 3F | 1B | 44 | 2E | 32 |
| Octal | 252 | 272 | 104 | 11 | 0 | 77 | 33 | 104 | 56 | 62 |
| Binary | 10101010 | 10111010 | 1000100 | 1001 | 0 | 111111 | 11011 | 1000100 | 101110 | 110010 |
Color Harmonies of #AABA44
Complementary color
Monochromatic Colors of #AABA44
Black with #AABA44
Text Example
Text Example
White with #AABA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA44; }
p { color: rgb(170,186,68); }
H1.HeaderClassName
{
color: #AABA44;
}
.AnyTagClassName
{
color: #AABA44;
}
</style>
background-color css
<style>
a { background-color: #AABA44; }
a { background-color: rgb(170,186,68); }
div.DivClassName
{
background-color: #AABA44;
}
.BgClassName
{
background-color: #AABA44;
}
</style>
border-color css
<style>
span { border-color: #AABA44; }
span { border-color: rgb(170,186,68); }
td.TdClassName
{
border-color: #AABA44;
}
.TagClassName
{
border-color: #AABA44;
}
</style>