Shades of Celery #AAC55B
Tints of Celery #AAC55B
RGB
CMYK
RGB Variations
Color information
#AAC55B (or 0xAAC55B) is known color: Celery. HEX triplet: AA, C5 and 5B. RGB value is (170,197,91). Sum of RGB (Red+Green+Blue) = 170+197+91=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC55B is #553AA4. Grayscale: #B1B1B1. Windows color (decimal): -5585573 or 6014378. OLE color: 6014378.
HSL color Cylindrical-coordinate representation of color #AAC55B: hue angle of 75.28º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC55B is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 91 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.23 |
| HSL | 75.28º | 0.48% | 0.56% | - |
| HSV(B) | 75.28º | 0.54% | 0.77% | - |
| XYZ | 38.43 | 49.23 | 17.38 | - |
| YUV | 176.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 91 | 0.14 | 0 | 0.54 | 0.23 | 75.28 | 0.48 | 0.56 |
| Hex | AA | C5 | 5B | E | 0 | 36 | 17 | 4B | 30 | 38 |
| Octal | 252 | 305 | 133 | 16 | 0 | 66 | 27 | 113 | 60 | 70 |
| Binary | 10101010 | 11000101 | 1011011 | 1110 | 0 | 110110 | 10111 | 1001011 | 110000 | 111000 |
Color Harmonies of #AAC55B
Complementary color
Monochromatic Colors of #AAC55B
Black with #AAC55B
Text Example
Text Example
White with #AAC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC55B; }
p { color: rgb(170,197,91); }
H1.HeaderClassName
{
color: #AAC55B;
}
.AnyTagClassName
{
color: #AAC55B;
}
</style>
background-color css
<style>
a { background-color: #AAC55B; }
a { background-color: rgb(170,197,91); }
div.DivClassName
{
background-color: #AAC55B;
}
.BgClassName
{
background-color: #AAC55B;
}
</style>
border-color css
<style>
span { border-color: #AAC55B; }
span { border-color: rgb(170,197,91); }
td.TdClassName
{
border-color: #AAC55B;
}
.TagClassName
{
border-color: #AAC55B;
}
</style>