Shades of Celery #AABA4D
Tints of Celery #AABA4D
RGB
CMYK
RGB Variations
Color information
#AABA4D (or 0xAABA4D) is known color: Celery. HEX triplet: AA, BA and 4D. RGB value is (170,186,77). Sum of RGB (Red+Green+Blue) = 170+186+77=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA4D is #5545B2. Grayscale: #A9A9A9. Windows color (decimal): -5588403 or 5094058. OLE color: 5094058.
HSL color Cylindrical-coordinate representation of color #AABA4D: hue angle of 68.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AABA4D is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 77 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.27 |
| HSL | 68.81º | 0.44% | 0.52% | - |
| HSV(B) | 68.81º | 0.59% | 0.73% | - |
| XYZ | 35.48 | 44.2 | 13.68 | - |
| YUV | 168.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 77 | 0.09 | 0 | 0.59 | 0.27 | 68.81 | 0.44 | 0.52 |
| Hex | AA | BA | 4D | 9 | 0 | 3B | 1B | 45 | 2C | 34 |
| Octal | 252 | 272 | 115 | 11 | 0 | 73 | 33 | 105 | 54 | 64 |
| Binary | 10101010 | 10111010 | 1001101 | 1001 | 0 | 111011 | 11011 | 1000101 | 101100 | 110100 |
Color Harmonies of #AABA4D
Complementary color
Monochromatic Colors of #AABA4D
Black with #AABA4D
Text Example
Text Example
White with #AABA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA4D; }
p { color: rgb(170,186,77); }
H1.HeaderClassName
{
color: #AABA4D;
}
.AnyTagClassName
{
color: #AABA4D;
}
</style>
background-color css
<style>
a { background-color: #AABA4D; }
a { background-color: rgb(170,186,77); }
div.DivClassName
{
background-color: #AABA4D;
}
.BgClassName
{
background-color: #AABA4D;
}
</style>
border-color css
<style>
span { border-color: #AABA4D; }
span { border-color: rgb(170,186,77); }
td.TdClassName
{
border-color: #AABA4D;
}
.TagClassName
{
border-color: #AABA4D;
}
</style>