Shades of Celery #AABC5D
Tints of Celery #AABC5D
RGB
CMYK
RGB Variations
Color information
#AABC5D (or 0xAABC5D) is known color: Celery. HEX triplet: AA, BC and 5D. RGB value is (170,188,93). Sum of RGB (Red+Green+Blue) = 170+188+93=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC5D is #5543A2. Grayscale: #ACACAC. Windows color (decimal): -5587875 or 6143146. OLE color: 6143146.
HSL color Cylindrical-coordinate representation of color #AABC5D: hue angle of 71.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AABC5D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 93 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.26 |
| HSL | 71.37º | 0.41% | 0.55% | - |
| HSV(B) | 71.37º | 0.51% | 0.74% | - |
| XYZ | 36.54 | 45.3 | 17.17 | - |
| YUV | 171.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 93 | 0.10 | 0 | 0.51 | 0.26 | 71.37 | 0.41 | 0.55 |
| Hex | AA | BC | 5D | A | 0 | 33 | 1A | 47 | 29 | 37 |
| Octal | 252 | 274 | 135 | 12 | 0 | 63 | 32 | 107 | 51 | 67 |
| Binary | 10101010 | 10111100 | 1011101 | 1010 | 0 | 110011 | 11010 | 1000111 | 101001 | 110111 |
Color Harmonies of #AABC5D
Complementary color
Monochromatic Colors of #AABC5D
Black with #AABC5D
Text Example
Text Example
White with #AABC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC5D; }
p { color: rgb(170,188,93); }
H1.HeaderClassName
{
color: #AABC5D;
}
.AnyTagClassName
{
color: #AABC5D;
}
</style>
background-color css
<style>
a { background-color: #AABC5D; }
a { background-color: rgb(170,188,93); }
div.DivClassName
{
background-color: #AABC5D;
}
.BgClassName
{
background-color: #AABC5D;
}
</style>
border-color css
<style>
span { border-color: #AABC5D; }
span { border-color: rgb(170,188,93); }
td.TdClassName
{
border-color: #AABC5D;
}
.TagClassName
{
border-color: #AABC5D;
}
</style>