Shades of Celery #AABC4D
Tints of Celery #AABC4D
RGB
CMYK
RGB Variations
Color information
#AABC4D (or 0xAABC4D) is known color: Celery. HEX triplet: AA, BC and 4D. RGB value is (170,188,77). Sum of RGB (Red+Green+Blue) = 170+188+77=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC4D is #5543B2. Grayscale: #AAAAAA. Windows color (decimal): -5587891 or 5094570. OLE color: 5094570.
HSL color Cylindrical-coordinate representation of color #AABC4D: hue angle of 69.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AABC4D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 77 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.26 |
| HSL | 69.73º | 0.45% | 0.52% | - |
| HSV(B) | 69.73º | 0.59% | 0.74% | - |
| XYZ | 35.9 | 45.05 | 13.82 | - |
| YUV | 169.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 77 | 0.10 | 0 | 0.59 | 0.26 | 69.73 | 0.45 | 0.52 |
| Hex | AA | BC | 4D | A | 0 | 3B | 1A | 46 | 2D | 34 |
| Octal | 252 | 274 | 115 | 12 | 0 | 73 | 32 | 106 | 55 | 64 |
| Binary | 10101010 | 10111100 | 1001101 | 1010 | 0 | 111011 | 11010 | 1000110 | 101101 | 110100 |
Color Harmonies of #AABC4D
Complementary color
Monochromatic Colors of #AABC4D
Black with #AABC4D
Text Example
Text Example
White with #AABC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC4D; }
p { color: rgb(170,188,77); }
H1.HeaderClassName
{
color: #AABC4D;
}
.AnyTagClassName
{
color: #AABC4D;
}
</style>
background-color css
<style>
a { background-color: #AABC4D; }
a { background-color: rgb(170,188,77); }
div.DivClassName
{
background-color: #AABC4D;
}
.BgClassName
{
background-color: #AABC4D;
}
</style>
border-color css
<style>
span { border-color: #AABC4D; }
span { border-color: rgb(170,188,77); }
td.TdClassName
{
border-color: #AABC4D;
}
.TagClassName
{
border-color: #AABC4D;
}
</style>