Shades of Celery #AAB54A
Tints of Celery #AAB54A
RGB
CMYK
RGB Variations
Color information
#AAB54A (or 0xAAB54A) is known color: Celery. HEX triplet: AA, B5 and 4A. RGB value is (170,181,74). Sum of RGB (Red+Green+Blue) = 170+181+74=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB54A is #554AB5. Grayscale: #A5A5A5. Windows color (decimal): -5589686 or 4896170. OLE color: 4896170.
HSL color Cylindrical-coordinate representation of color #AAB54A: hue angle of 66.17º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAB54A is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 74 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.29 |
| HSL | 66.17º | 0.42% | 0.5% | - |
| HSV(B) | 66.17º | 0.59% | 0.71% | - |
| XYZ | 34.34 | 42.09 | 12.79 | - |
| YUV | 165.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 74 | 0.06 | 0 | 0.59 | 0.29 | 66.17 | 0.42 | 0.5 |
| Hex | AA | B5 | 4A | 6 | 0 | 3B | 1D | 42 | 2A | 32 |
| Octal | 252 | 265 | 112 | 6 | 0 | 73 | 35 | 102 | 52 | 62 |
| Binary | 10101010 | 10110101 | 1001010 | 110 | 0 | 111011 | 11101 | 1000010 | 101010 | 110010 |
Color Harmonies of #AAB54A
Complementary color
Monochromatic Colors of #AAB54A
Black with #AAB54A
Text Example
Text Example
White with #AAB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB54A; }
p { color: rgb(170,181,74); }
H1.HeaderClassName
{
color: #AAB54A;
}
.AnyTagClassName
{
color: #AAB54A;
}
</style>
background-color css
<style>
a { background-color: #AAB54A; }
a { background-color: rgb(170,181,74); }
div.DivClassName
{
background-color: #AAB54A;
}
.BgClassName
{
background-color: #AAB54A;
}
</style>
border-color css
<style>
span { border-color: #AAB54A; }
span { border-color: rgb(170,181,74); }
td.TdClassName
{
border-color: #AAB54A;
}
.TagClassName
{
border-color: #AAB54A;
}
</style>