Shades of Celery #AABA39
Tints of Celery #AABA39
RGB
CMYK
RGB Variations
Color information
#AABA39 (or 0xAABA39) is known color: Celery. HEX triplet: AA, BA and 39. RGB value is (170,186,57). Sum of RGB (Red+Green+Blue) = 170+186+57=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA39 is #5545C6. Grayscale: #A7A7A7. Windows color (decimal): -5588423 or 3783338. OLE color: 3783338.
HSL color Cylindrical-coordinate representation of color #AABA39: hue angle of 67.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AABA39 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 57 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.27 |
| HSL | 67.44º | 0.53% | 0.48% | - |
| HSV(B) | 67.44º | 0.69% | 0.73% | - |
| XYZ | 34.87 | 43.96 | 10.52 | - |
| YUV | 166.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 57 | 0.09 | 0 | 0.69 | 0.27 | 67.44 | 0.53 | 0.48 |
| Hex | AA | BA | 39 | 9 | 0 | 45 | 1B | 43 | 35 | 30 |
| Octal | 252 | 272 | 71 | 11 | 0 | 105 | 33 | 103 | 65 | 60 |
| Binary | 10101010 | 10111010 | 111001 | 1001 | 0 | 1000101 | 11011 | 1000011 | 110101 | 110000 |
Color Harmonies of #AABA39
Complementary color
Monochromatic Colors of #AABA39
Black with #AABA39
Text Example
Text Example
White with #AABA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA39; }
p { color: rgb(170,186,57); }
H1.HeaderClassName
{
color: #AABA39;
}
.AnyTagClassName
{
color: #AABA39;
}
</style>
background-color css
<style>
a { background-color: #AABA39; }
a { background-color: rgb(170,186,57); }
div.DivClassName
{
background-color: #AABA39;
}
.BgClassName
{
background-color: #AABA39;
}
</style>
border-color css
<style>
span { border-color: #AABA39; }
span { border-color: rgb(170,186,57); }
td.TdClassName
{
border-color: #AABA39;
}
.TagClassName
{
border-color: #AABA39;
}
</style>