Shades of Celery #AAC652
Tints of Celery #AAC652
RGB
CMYK
RGB Variations
Color information
#AAC652 (or 0xAAC652) is known color: Celery. HEX triplet: AA, C6 and 52. RGB value is (170,198,82). Sum of RGB (Red+Green+Blue) = 170+198+82=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC652 is #5539AD. Grayscale: #B0B0B0. Windows color (decimal): -5585326 or 5424810. OLE color: 5424810.
HSL color Cylindrical-coordinate representation of color #AAC652: hue angle of 74.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC652 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 82 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.22 |
| HSL | 74.48º | 0.5% | 0.55% | - |
| HSV(B) | 74.48º | 0.59% | 0.78% | - |
| XYZ | 38.29 | 49.54 | 15.53 | - |
| YUV | 176.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 82 | 0.14 | 0 | 0.59 | 0.22 | 74.48 | 0.5 | 0.55 |
| Hex | AA | C6 | 52 | E | 0 | 3B | 16 | 4A | 32 | 37 |
| Octal | 252 | 306 | 122 | 16 | 0 | 73 | 26 | 112 | 62 | 67 |
| Binary | 10101010 | 11000110 | 1010010 | 1110 | 0 | 111011 | 10110 | 1001010 | 110010 | 110111 |
Color Harmonies of #AAC652
Complementary color
Monochromatic Colors of #AAC652
Black with #AAC652
Text Example
Text Example
White with #AAC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC652; }
p { color: rgb(170,198,82); }
H1.HeaderClassName
{
color: #AAC652;
}
.AnyTagClassName
{
color: #AAC652;
}
</style>
background-color css
<style>
a { background-color: #AAC652; }
a { background-color: rgb(170,198,82); }
div.DivClassName
{
background-color: #AAC652;
}
.BgClassName
{
background-color: #AAC652;
}
</style>
border-color css
<style>
span { border-color: #AAC652; }
span { border-color: rgb(170,198,82); }
td.TdClassName
{
border-color: #AAC652;
}
.TagClassName
{
border-color: #AAC652;
}
</style>