Shades of Celery #AABD5D
Tints of Celery #AABD5D
RGB
CMYK
RGB Variations
Color information
#AABD5D (or 0xAABD5D) is known color: Celery. HEX triplet: AA, BD and 5D. RGB value is (170,189,93). Sum of RGB (Red+Green+Blue) = 170+189+93=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD5D is #5542A2. Grayscale: #ACACAC. Windows color (decimal): -5587619 or 6143402. OLE color: 6143402.
HSL color Cylindrical-coordinate representation of color #AABD5D: hue angle of 71.88º degrees, saturation: 0.42, 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 #AABD5D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 93 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.26 |
| HSL | 71.88º | 0.42% | 0.55% | - |
| HSV(B) | 71.88º | 0.51% | 0.74% | - |
| XYZ | 36.75 | 45.73 | 17.25 | - |
| YUV | 172.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 93 | 0.10 | 0 | 0.51 | 0.26 | 71.88 | 0.42 | 0.55 |
| Hex | AA | BD | 5D | A | 0 | 33 | 1A | 48 | 2A | 37 |
| Octal | 252 | 275 | 135 | 12 | 0 | 63 | 32 | 110 | 52 | 67 |
| Binary | 10101010 | 10111101 | 1011101 | 1010 | 0 | 110011 | 11010 | 1001000 | 101010 | 110111 |
Color Harmonies of #AABD5D
Complementary color
Monochromatic Colors of #AABD5D
Black with #AABD5D
Text Example
Text Example
White with #AABD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD5D; }
p { color: rgb(170,189,93); }
H1.HeaderClassName
{
color: #AABD5D;
}
.AnyTagClassName
{
color: #AABD5D;
}
</style>
background-color css
<style>
a { background-color: #AABD5D; }
a { background-color: rgb(170,189,93); }
div.DivClassName
{
background-color: #AABD5D;
}
.BgClassName
{
background-color: #AABD5D;
}
</style>
border-color css
<style>
span { border-color: #AABD5D; }
span { border-color: rgb(170,189,93); }
td.TdClassName
{
border-color: #AABD5D;
}
.TagClassName
{
border-color: #AABD5D;
}
</style>