Shades of Celery #AAB24D
Tints of Celery #AAB24D
RGB
CMYK
RGB Variations
Color information
#AAB24D (or 0xAAB24D) is known color: Celery. HEX triplet: AA, B2 and 4D. RGB value is (170,178,77). Sum of RGB (Red+Green+Blue) = 170+178+77=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB24D is #554DB2. Grayscale: #A4A4A4. Windows color (decimal): -5590451 or 5092010. OLE color: 5092010.
HSL color Cylindrical-coordinate representation of color #AAB24D: hue angle of 64.75º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAB24D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 77 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.30 |
| HSL | 64.75º | 0.4% | 0.5% | - |
| HSV(B) | 64.75º | 0.57% | 0.7% | - |
| XYZ | 33.84 | 40.92 | 13.14 | - |
| YUV | 164.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 77 | 0.04 | 0 | 0.57 | 0.30 | 64.75 | 0.4 | 0.5 |
| Hex | AA | B2 | 4D | 4 | 0 | 39 | 1E | 41 | 28 | 32 |
| Octal | 252 | 262 | 115 | 4 | 0 | 71 | 36 | 101 | 50 | 62 |
| Binary | 10101010 | 10110010 | 1001101 | 100 | 0 | 111001 | 11110 | 1000001 | 101000 | 110010 |
Color Harmonies of #AAB24D
Complementary color
Monochromatic Colors of #AAB24D
Black with #AAB24D
Text Example
Text Example
White with #AAB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB24D; }
p { color: rgb(170,178,77); }
H1.HeaderClassName
{
color: #AAB24D;
}
.AnyTagClassName
{
color: #AAB24D;
}
</style>
background-color css
<style>
a { background-color: #AAB24D; }
a { background-color: rgb(170,178,77); }
div.DivClassName
{
background-color: #AAB24D;
}
.BgClassName
{
background-color: #AAB24D;
}
</style>
border-color css
<style>
span { border-color: #AAB24D; }
span { border-color: rgb(170,178,77); }
td.TdClassName
{
border-color: #AAB24D;
}
.TagClassName
{
border-color: #AAB24D;
}
</style>