Shades of Celery #AABC4A
Tints of Celery #AABC4A
RGB
CMYK
RGB Variations
Color information
#AABC4A (or 0xAABC4A) is known color: Celery. HEX triplet: AA, BC and 4A. RGB value is (170,188,74). Sum of RGB (Red+Green+Blue) = 170+188+74=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC4A is #5543B5. Grayscale: #AAAAAA. Windows color (decimal): -5587894 or 4897962. OLE color: 4897962.
HSL color Cylindrical-coordinate representation of color #AABC4A: hue angle of 69.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AABC4A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 74 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.26 |
| HSL | 69.47º | 0.46% | 0.51% | - |
| HSV(B) | 69.47º | 0.61% | 0.74% | - |
| XYZ | 35.8 | 45.01 | 13.28 | - |
| YUV | 169.62 | 74.04 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 74 | 0.10 | 0 | 0.61 | 0.26 | 69.47 | 0.46 | 0.51 |
| Hex | AA | BC | 4A | A | 0 | 3D | 1A | 45 | 2E | 33 |
| Octal | 252 | 274 | 112 | 12 | 0 | 75 | 32 | 105 | 56 | 63 |
| Binary | 10101010 | 10111100 | 1001010 | 1010 | 0 | 111101 | 11010 | 1000101 | 101110 | 110011 |
Color Harmonies of #AABC4A
Complementary color
Monochromatic Colors of #AABC4A
Black with #AABC4A
Text Example
Text Example
White with #AABC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC4A; }
p { color: rgb(170,188,74); }
H1.HeaderClassName
{
color: #AABC4A;
}
.AnyTagClassName
{
color: #AABC4A;
}
</style>
background-color css
<style>
a { background-color: #AABC4A; }
a { background-color: rgb(170,188,74); }
div.DivClassName
{
background-color: #AABC4A;
}
.BgClassName
{
background-color: #AABC4A;
}
</style>
border-color css
<style>
span { border-color: #AABC4A; }
span { border-color: rgb(170,188,74); }
td.TdClassName
{
border-color: #AABC4A;
}
.TagClassName
{
border-color: #AABC4A;
}
</style>