Shades of Celery #AABC52
Tints of Celery #AABC52
RGB
CMYK
RGB Variations
Color information
#AABC52 (or 0xAABC52) is known color: Celery. HEX triplet: AA, BC and 52. RGB value is (170,188,82). Sum of RGB (Red+Green+Blue) = 170+188+82=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC52 is #5543AD. Grayscale: #AAAAAA. Windows color (decimal): -5587886 or 5422250. OLE color: 5422250.
HSL color Cylindrical-coordinate representation of color #AABC52: hue angle of 70.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AABC52 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 82 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.26 |
| HSL | 70.19º | 0.44% | 0.53% | - |
| HSV(B) | 70.19º | 0.56% | 0.74% | - |
| XYZ | 36.08 | 45.12 | 14.79 | - |
| YUV | 170.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 82 | 0.10 | 0 | 0.56 | 0.26 | 70.19 | 0.44 | 0.53 |
| Hex | AA | BC | 52 | A | 0 | 38 | 1A | 46 | 2C | 35 |
| Octal | 252 | 274 | 122 | 12 | 0 | 70 | 32 | 106 | 54 | 65 |
| Binary | 10101010 | 10111100 | 1010010 | 1010 | 0 | 111000 | 11010 | 1000110 | 101100 | 110101 |
Color Harmonies of #AABC52
Complementary color
Monochromatic Colors of #AABC52
Black with #AABC52
Text Example
Text Example
White with #AABC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC52; }
p { color: rgb(170,188,82); }
H1.HeaderClassName
{
color: #AABC52;
}
.AnyTagClassName
{
color: #AABC52;
}
</style>
background-color css
<style>
a { background-color: #AABC52; }
a { background-color: rgb(170,188,82); }
div.DivClassName
{
background-color: #AABC52;
}
.BgClassName
{
background-color: #AABC52;
}
</style>
border-color css
<style>
span { border-color: #AABC52; }
span { border-color: rgb(170,188,82); }
td.TdClassName
{
border-color: #AABC52;
}
.TagClassName
{
border-color: #AABC52;
}
</style>