Shades of Celery #AAB64E
Tints of Celery #AAB64E
RGB
CMYK
RGB Variations
Color information
#AAB64E (or 0xAAB64E) is known color: Celery. HEX triplet: AA, B6 and 4E. RGB value is (170,182,78). Sum of RGB (Red+Green+Blue) = 170+182+78=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB64E is #5549B1. Grayscale: #A6A6A6. Windows color (decimal): -5589426 or 5158570. OLE color: 5158570.
HSL color Cylindrical-coordinate representation of color #AAB64E: hue angle of 66.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAB64E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 78 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.29 |
| HSL | 66.92º | 0.42% | 0.51% | - |
| HSV(B) | 66.92º | 0.57% | 0.71% | - |
| XYZ | 34.68 | 42.55 | 13.59 | - |
| YUV | 166.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 78 | 0.07 | 0 | 0.57 | 0.29 | 66.92 | 0.42 | 0.51 |
| Hex | AA | B6 | 4E | 7 | 0 | 39 | 1D | 43 | 2A | 33 |
| Octal | 252 | 266 | 116 | 7 | 0 | 71 | 35 | 103 | 52 | 63 |
| Binary | 10101010 | 10110110 | 1001110 | 111 | 0 | 111001 | 11101 | 1000011 | 101010 | 110011 |
Color Harmonies of #AAB64E
Complementary color
Monochromatic Colors of #AAB64E
Black with #AAB64E
Text Example
Text Example
White with #AAB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB64E; }
p { color: rgb(170,182,78); }
H1.HeaderClassName
{
color: #AAB64E;
}
.AnyTagClassName
{
color: #AAB64E;
}
</style>
background-color css
<style>
a { background-color: #AAB64E; }
a { background-color: rgb(170,182,78); }
div.DivClassName
{
background-color: #AAB64E;
}
.BgClassName
{
background-color: #AAB64E;
}
</style>
border-color css
<style>
span { border-color: #AAB64E; }
span { border-color: rgb(170,182,78); }
td.TdClassName
{
border-color: #AAB64E;
}
.TagClassName
{
border-color: #AAB64E;
}
</style>