Shades of Celery #AABA51
Tints of Celery #AABA51
RGB
CMYK
RGB Variations
Color information
#AABA51 (or 0xAABA51) is known color: Celery. HEX triplet: AA, BA and 51. RGB value is (170,186,81). Sum of RGB (Red+Green+Blue) = 170+186+81=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA51 is #5545AE. Grayscale: #A9A9A9. Windows color (decimal): -5588399 or 5356202. OLE color: 5356202.
HSL color Cylindrical-coordinate representation of color #AABA51: hue angle of 69.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AABA51 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 81 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.27 |
| HSL | 69.14º | 0.43% | 0.52% | - |
| HSV(B) | 69.14º | 0.56% | 0.73% | - |
| XYZ | 35.62 | 44.26 | 14.45 | - |
| YUV | 169.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 81 | 0.09 | 0 | 0.56 | 0.27 | 69.14 | 0.43 | 0.52 |
| Hex | AA | BA | 51 | 9 | 0 | 38 | 1B | 45 | 2B | 34 |
| Octal | 252 | 272 | 121 | 11 | 0 | 70 | 33 | 105 | 53 | 64 |
| Binary | 10101010 | 10111010 | 1010001 | 1001 | 0 | 111000 | 11011 | 1000101 | 101011 | 110100 |
Color Harmonies of #AABA51
Complementary color
Monochromatic Colors of #AABA51
Black with #AABA51
Text Example
Text Example
White with #AABA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA51; }
p { color: rgb(170,186,81); }
H1.HeaderClassName
{
color: #AABA51;
}
.AnyTagClassName
{
color: #AABA51;
}
</style>
background-color css
<style>
a { background-color: #AABA51; }
a { background-color: rgb(170,186,81); }
div.DivClassName
{
background-color: #AABA51;
}
.BgClassName
{
background-color: #AABA51;
}
</style>
border-color css
<style>
span { border-color: #AABA51; }
span { border-color: rgb(170,186,81); }
td.TdClassName
{
border-color: #AABA51;
}
.TagClassName
{
border-color: #AABA51;
}
</style>