Shades of Celery #AABD4D
Tints of Celery #AABD4D
RGB
CMYK
RGB Variations
Color information
#AABD4D (or 0xAABD4D) is known color: Celery. HEX triplet: AA, BD and 4D. RGB value is (170,189,77). Sum of RGB (Red+Green+Blue) = 170+189+77=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD4D is #5542B2. Grayscale: #AAAAAA. Windows color (decimal): -5587635 or 5094826. OLE color: 5094826.
HSL color Cylindrical-coordinate representation of color #AABD4D: hue angle of 70.18º 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 #AABD4D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 77 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.26 |
| HSL | 70.18º | 0.46% | 0.52% | - |
| HSV(B) | 70.18º | 0.59% | 0.74% | - |
| XYZ | 36.11 | 45.48 | 13.9 | - |
| YUV | 170.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 77 | 0.10 | 0 | 0.59 | 0.26 | 70.18 | 0.46 | 0.52 |
| Hex | AA | BD | 4D | A | 0 | 3B | 1A | 46 | 2E | 34 |
| Octal | 252 | 275 | 115 | 12 | 0 | 73 | 32 | 106 | 56 | 64 |
| Binary | 10101010 | 10111101 | 1001101 | 1010 | 0 | 111011 | 11010 | 1000110 | 101110 | 110100 |
Color Harmonies of #AABD4D
Complementary color
Monochromatic Colors of #AABD4D
Black with #AABD4D
Text Example
Text Example
White with #AABD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD4D; }
p { color: rgb(170,189,77); }
H1.HeaderClassName
{
color: #AABD4D;
}
.AnyTagClassName
{
color: #AABD4D;
}
</style>
background-color css
<style>
a { background-color: #AABD4D; }
a { background-color: rgb(170,189,77); }
div.DivClassName
{
background-color: #AABD4D;
}
.BgClassName
{
background-color: #AABD4D;
}
</style>
border-color css
<style>
span { border-color: #AABD4D; }
span { border-color: rgb(170,189,77); }
td.TdClassName
{
border-color: #AABD4D;
}
.TagClassName
{
border-color: #AABD4D;
}
</style>