Shades of Celery #AAB84A
Tints of Celery #AAB84A
RGB
CMYK
RGB Variations
Color information
#AAB84A (or 0xAAB84A) is known color: Celery. HEX triplet: AA, B8 and 4A. RGB value is (170,184,74). Sum of RGB (Red+Green+Blue) = 170+184+74=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB84A is #5547B5. Grayscale: #A7A7A7. Windows color (decimal): -5588918 or 4896938. OLE color: 4896938.
HSL color Cylindrical-coordinate representation of color #AAB84A: hue angle of 67.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB84A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 74 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.28 |
| HSL | 67.64º | 0.44% | 0.51% | - |
| HSV(B) | 67.64º | 0.6% | 0.72% | - |
| XYZ | 34.95 | 43.32 | 13 | - |
| YUV | 167.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 74 | 0.08 | 0 | 0.60 | 0.28 | 67.64 | 0.44 | 0.51 |
| Hex | AA | B8 | 4A | 8 | 0 | 3C | 1C | 44 | 2C | 33 |
| Octal | 252 | 270 | 112 | 10 | 0 | 74 | 34 | 104 | 54 | 63 |
| Binary | 10101010 | 10111000 | 1001010 | 1000 | 0 | 111100 | 11100 | 1000100 | 101100 | 110011 |
Color Harmonies of #AAB84A
Complementary color
Monochromatic Colors of #AAB84A
Black with #AAB84A
Text Example
Text Example
White with #AAB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB84A; }
p { color: rgb(170,184,74); }
H1.HeaderClassName
{
color: #AAB84A;
}
.AnyTagClassName
{
color: #AAB84A;
}
</style>
background-color css
<style>
a { background-color: #AAB84A; }
a { background-color: rgb(170,184,74); }
div.DivClassName
{
background-color: #AAB84A;
}
.BgClassName
{
background-color: #AAB84A;
}
</style>
border-color css
<style>
span { border-color: #AAB84A; }
span { border-color: rgb(170,184,74); }
td.TdClassName
{
border-color: #AAB84A;
}
.TagClassName
{
border-color: #AAB84A;
}
</style>