Shades of Celery #AAC952
Tints of Celery #AAC952
RGB
CMYK
RGB Variations
Color information
#AAC952 (or 0xAAC952) is known color: Celery. HEX triplet: AA, C9 and 52. RGB value is (170,201,82). Sum of RGB (Red+Green+Blue) = 170+201+82=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC952 is #5536AD. Grayscale: #B2B2B2. Windows color (decimal): -5584558 or 5425578. OLE color: 5425578.
HSL color Cylindrical-coordinate representation of color #AAC952: hue angle of 75.63º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC952 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 82 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.21 |
| HSL | 75.63º | 0.52% | 0.55% | - |
| HSV(B) | 75.63º | 0.59% | 0.79% | - |
| XYZ | 38.99 | 50.93 | 15.76 | - |
| YUV | 178.17 | 73.73 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 82 | 0.15 | 0 | 0.59 | 0.21 | 75.63 | 0.52 | 0.55 |
| Hex | AA | C9 | 52 | F | 0 | 3B | 15 | 4C | 34 | 37 |
| Octal | 252 | 311 | 122 | 17 | 0 | 73 | 25 | 114 | 64 | 67 |
| Binary | 10101010 | 11001001 | 1010010 | 1111 | 0 | 111011 | 10101 | 1001100 | 110100 | 110111 |
Color Harmonies of #AAC952
Complementary color
Monochromatic Colors of #AAC952
Black with #AAC952
Text Example
Text Example
White with #AAC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC952; }
p { color: rgb(170,201,82); }
H1.HeaderClassName
{
color: #AAC952;
}
.AnyTagClassName
{
color: #AAC952;
}
</style>
background-color css
<style>
a { background-color: #AAC952; }
a { background-color: rgb(170,201,82); }
div.DivClassName
{
background-color: #AAC952;
}
.BgClassName
{
background-color: #AAC952;
}
</style>
border-color css
<style>
span { border-color: #AAC952; }
span { border-color: rgb(170,201,82); }
td.TdClassName
{
border-color: #AAC952;
}
.TagClassName
{
border-color: #AAC952;
}
</style>