Shades of Celery #AABA4E
Tints of Celery #AABA4E
RGB
CMYK
RGB Variations
Color information
#AABA4E (or 0xAABA4E) is known color: Celery. HEX triplet: AA, BA and 4E. RGB value is (170,186,78). Sum of RGB (Red+Green+Blue) = 170+186+78=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA4E is #5545B1. Grayscale: #A9A9A9. Windows color (decimal): -5588402 or 5159594. OLE color: 5159594.
HSL color Cylindrical-coordinate representation of color #AABA4E: hue angle of 68.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AABA4E is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 78 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.27 |
| HSL | 68.89º | 0.44% | 0.52% | - |
| HSV(B) | 68.89º | 0.58% | 0.73% | - |
| XYZ | 35.51 | 44.21 | 13.87 | - |
| YUV | 168.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 78 | 0.09 | 0 | 0.58 | 0.27 | 68.89 | 0.44 | 0.52 |
| Hex | AA | BA | 4E | 9 | 0 | 3A | 1B | 45 | 2C | 34 |
| Octal | 252 | 272 | 116 | 11 | 0 | 72 | 33 | 105 | 54 | 64 |
| Binary | 10101010 | 10111010 | 1001110 | 1001 | 0 | 111010 | 11011 | 1000101 | 101100 | 110100 |
Color Harmonies of #AABA4E
Complementary color
Monochromatic Colors of #AABA4E
Black with #AABA4E
Text Example
Text Example
White with #AABA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA4E; }
p { color: rgb(170,186,78); }
H1.HeaderClassName
{
color: #AABA4E;
}
.AnyTagClassName
{
color: #AABA4E;
}
</style>
background-color css
<style>
a { background-color: #AABA4E; }
a { background-color: rgb(170,186,78); }
div.DivClassName
{
background-color: #AABA4E;
}
.BgClassName
{
background-color: #AABA4E;
}
</style>
border-color css
<style>
span { border-color: #AABA4E; }
span { border-color: rgb(170,186,78); }
td.TdClassName
{
border-color: #AABA4E;
}
.TagClassName
{
border-color: #AABA4E;
}
</style>