Shades of Celery #AEBA55
Tints of Celery #AEBA55
RGB
CMYK
RGB Variations
Color information
#AEBA55 (or 0xAEBA55) is known color: Celery. HEX triplet: AE, BA and 55. RGB value is (174,186,85). Sum of RGB (Red+Green+Blue) = 174+186+85=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA55 is #5145AA. Grayscale: #ABABAB. Windows color (decimal): -5326251 or 5618350. OLE color: 5618350.
HSL color Cylindrical-coordinate representation of color #AEBA55: hue angle of 67.13º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEBA55 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 85 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.27 |
| HSL | 67.13º | 0.42% | 0.53% | - |
| HSV(B) | 67.13º | 0.54% | 0.73% | - |
| XYZ | 36.65 | 44.77 | 15.3 | - |
| YUV | 170.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 85 | 0.06 | 0 | 0.54 | 0.27 | 67.13 | 0.42 | 0.53 |
| Hex | AE | BA | 55 | 6 | 0 | 36 | 1B | 43 | 2A | 35 |
| Octal | 256 | 272 | 125 | 6 | 0 | 66 | 33 | 103 | 52 | 65 |
| Binary | 10101110 | 10111010 | 1010101 | 110 | 0 | 110110 | 11011 | 1000011 | 101010 | 110101 |
Color Harmonies of #AEBA55
Complementary color
Monochromatic Colors of #AEBA55
Black with #AEBA55
Text Example
Text Example
White with #AEBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA55; }
p { color: rgb(174,186,85); }
H1.HeaderClassName
{
color: #AEBA55;
}
.AnyTagClassName
{
color: #AEBA55;
}
</style>
background-color css
<style>
a { background-color: #AEBA55; }
a { background-color: rgb(174,186,85); }
div.DivClassName
{
background-color: #AEBA55;
}
.BgClassName
{
background-color: #AEBA55;
}
</style>
border-color css
<style>
span { border-color: #AEBA55; }
span { border-color: rgb(174,186,85); }
td.TdClassName
{
border-color: #AEBA55;
}
.TagClassName
{
border-color: #AEBA55;
}
</style>