Shades of Celery #AAB24E
Tints of Celery #AAB24E
RGB
CMYK
RGB Variations
Color information
#AAB24E (or 0xAAB24E) is known color: Celery. HEX triplet: AA, B2 and 4E. RGB value is (170,178,78). Sum of RGB (Red+Green+Blue) = 170+178+78=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB24E is #554DB1. Grayscale: #A4A4A4. Windows color (decimal): -5590450 or 5157546. OLE color: 5157546.
HSL color Cylindrical-coordinate representation of color #AAB24E: hue angle of 64.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB24E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 78 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.30 |
| HSL | 64.8º | 0.39% | 0.5% | - |
| HSV(B) | 64.8º | 0.56% | 0.7% | - |
| XYZ | 33.87 | 40.94 | 13.32 | - |
| YUV | 164.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 78 | 0.04 | 0 | 0.56 | 0.30 | 64.8 | 0.39 | 0.5 |
| Hex | AA | B2 | 4E | 4 | 0 | 38 | 1E | 41 | 27 | 32 |
| Octal | 252 | 262 | 116 | 4 | 0 | 70 | 36 | 101 | 47 | 62 |
| Binary | 10101010 | 10110010 | 1001110 | 100 | 0 | 111000 | 11110 | 1000001 | 100111 | 110010 |
Color Harmonies of #AAB24E
Complementary color
Monochromatic Colors of #AAB24E
Black with #AAB24E
Text Example
Text Example
White with #AAB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB24E; }
p { color: rgb(170,178,78); }
H1.HeaderClassName
{
color: #AAB24E;
}
.AnyTagClassName
{
color: #AAB24E;
}
</style>
background-color css
<style>
a { background-color: #AAB24E; }
a { background-color: rgb(170,178,78); }
div.DivClassName
{
background-color: #AAB24E;
}
.BgClassName
{
background-color: #AAB24E;
}
</style>
border-color css
<style>
span { border-color: #AAB24E; }
span { border-color: rgb(170,178,78); }
td.TdClassName
{
border-color: #AAB24E;
}
.TagClassName
{
border-color: #AAB24E;
}
</style>