Shades of Celery #AEBA40
Tints of Celery #AEBA40
RGB
CMYK
RGB Variations
Color information
#AEBA40 (or 0xAEBA40) is known color: Celery. HEX triplet: AE, BA and 40. RGB value is (174,186,64). Sum of RGB (Red+Green+Blue) = 174+186+64=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA40 is #5145BF. Grayscale: #A8A8A8. Windows color (decimal): -5326272 or 4242094. OLE color: 4242094.
HSL color Cylindrical-coordinate representation of color #AEBA40: hue angle of 65.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEBA40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 64 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.27 |
| HSL | 65.9º | 0.49% | 0.49% | - |
| HSV(B) | 65.9º | 0.66% | 0.73% | - |
| XYZ | 35.94 | 44.49 | 11.54 | - |
| YUV | 168.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 64 | 0.06 | 0 | 0.66 | 0.27 | 65.9 | 0.49 | 0.49 |
| Hex | AE | BA | 40 | 6 | 0 | 42 | 1B | 42 | 31 | 31 |
| Octal | 256 | 272 | 100 | 6 | 0 | 102 | 33 | 102 | 61 | 61 |
| Binary | 10101110 | 10111010 | 1000000 | 110 | 0 | 1000010 | 11011 | 1000010 | 110001 | 110001 |
Color Harmonies of #AEBA40
Complementary color
Monochromatic Colors of #AEBA40
Black with #AEBA40
Text Example
Text Example
White with #AEBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA40; }
p { color: rgb(174,186,64); }
H1.HeaderClassName
{
color: #AEBA40;
}
.AnyTagClassName
{
color: #AEBA40;
}
</style>
background-color css
<style>
a { background-color: #AEBA40; }
a { background-color: rgb(174,186,64); }
div.DivClassName
{
background-color: #AEBA40;
}
.BgClassName
{
background-color: #AEBA40;
}
</style>
border-color css
<style>
span { border-color: #AEBA40; }
span { border-color: rgb(174,186,64); }
td.TdClassName
{
border-color: #AEBA40;
}
.TagClassName
{
border-color: #AEBA40;
}
</style>