Shades of Celery #AABD4E
Tints of Celery #AABD4E
RGB
CMYK
RGB Variations
Color information
#AABD4E (or 0xAABD4E) is known color: Celery. HEX triplet: AA, BD and 4E. RGB value is (170,189,78). Sum of RGB (Red+Green+Blue) = 170+189+78=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD4E is #5542B1. Grayscale: #ABABAB. Windows color (decimal): -5587634 or 5160362. OLE color: 5160362.
HSL color Cylindrical-coordinate representation of color #AABD4E: hue angle of 70.27º degrees, saturation: 0.46, 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 #AABD4E is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 78 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.26 |
| HSL | 70.27º | 0.46% | 0.52% | - |
| HSV(B) | 70.27º | 0.59% | 0.74% | - |
| XYZ | 36.15 | 45.49 | 14.08 | - |
| YUV | 170.67 | 75.71 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 78 | 0.10 | 0 | 0.59 | 0.26 | 70.27 | 0.46 | 0.52 |
| Hex | AA | BD | 4E | A | 0 | 3B | 1A | 46 | 2E | 34 |
| Octal | 252 | 275 | 116 | 12 | 0 | 73 | 32 | 106 | 56 | 64 |
| Binary | 10101010 | 10111101 | 1001110 | 1010 | 0 | 111011 | 11010 | 1000110 | 101110 | 110100 |
Color Harmonies of #AABD4E
Complementary color
Monochromatic Colors of #AABD4E
Black with #AABD4E
Text Example
Text Example
White with #AABD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD4E; }
p { color: rgb(170,189,78); }
H1.HeaderClassName
{
color: #AABD4E;
}
.AnyTagClassName
{
color: #AABD4E;
}
</style>
background-color css
<style>
a { background-color: #AABD4E; }
a { background-color: rgb(170,189,78); }
div.DivClassName
{
background-color: #AABD4E;
}
.BgClassName
{
background-color: #AABD4E;
}
</style>
border-color css
<style>
span { border-color: #AABD4E; }
span { border-color: rgb(170,189,78); }
td.TdClassName
{
border-color: #AABD4E;
}
.TagClassName
{
border-color: #AABD4E;
}
</style>