Shades of Celery #AABD4B
Tints of Celery #AABD4B
RGB
CMYK
RGB Variations
Color information
#AABD4B (or 0xAABD4B) is known color: Celery. HEX triplet: AA, BD and 4B. RGB value is (170,189,75). Sum of RGB (Red+Green+Blue) = 170+189+75=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD4B is #5542B4. Grayscale: #AAAAAA. Windows color (decimal): -5587637 or 4963754. OLE color: 4963754.
HSL color Cylindrical-coordinate representation of color #AABD4B: hue angle of 70º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AABD4B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 75 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.26 |
| HSL | 70º | 0.46% | 0.52% | - |
| HSV(B) | 70º | 0.6% | 0.74% | - |
| XYZ | 36.05 | 45.45 | 13.53 | - |
| YUV | 170.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 75 | 0.10 | 0 | 0.60 | 0.26 | 70 | 0.46 | 0.52 |
| Hex | AA | BD | 4B | A | 0 | 3C | 1A | 46 | 2E | 34 |
| Octal | 252 | 275 | 113 | 12 | 0 | 74 | 32 | 106 | 56 | 64 |
| Binary | 10101010 | 10111101 | 1001011 | 1010 | 0 | 111100 | 11010 | 1000110 | 101110 | 110100 |
Color Harmonies of #AABD4B
Complementary color
Monochromatic Colors of #AABD4B
Black with #AABD4B
Text Example
Text Example
White with #AABD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD4B; }
p { color: rgb(170,189,75); }
H1.HeaderClassName
{
color: #AABD4B;
}
.AnyTagClassName
{
color: #AABD4B;
}
</style>
background-color css
<style>
a { background-color: #AABD4B; }
a { background-color: rgb(170,189,75); }
div.DivClassName
{
background-color: #AABD4B;
}
.BgClassName
{
background-color: #AABD4B;
}
</style>
border-color css
<style>
span { border-color: #AABD4B; }
span { border-color: rgb(170,189,75); }
td.TdClassName
{
border-color: #AABD4B;
}
.TagClassName
{
border-color: #AABD4B;
}
</style>