Shades of Celery #AEBA4C
Tints of Celery #AEBA4C
RGB
CMYK
RGB Variations
Color information
#AEBA4C (or 0xAEBA4C) is known color: Celery. HEX triplet: AE, BA and 4C. RGB value is (174,186,76). Sum of RGB (Red+Green+Blue) = 174+186+76=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA4C is #5145B3. Grayscale: #AAAAAA. Windows color (decimal): -5326260 or 5028526. OLE color: 5028526.
HSL color Cylindrical-coordinate representation of color #AEBA4C: hue angle of 66.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEBA4C is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 76 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.27 |
| HSL | 66.55º | 0.44% | 0.51% | - |
| HSV(B) | 66.55º | 0.59% | 0.73% | - |
| XYZ | 36.32 | 44.64 | 13.54 | - |
| YUV | 169.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 76 | 0.06 | 0 | 0.59 | 0.27 | 66.55 | 0.44 | 0.51 |
| Hex | AE | BA | 4C | 6 | 0 | 3B | 1B | 43 | 2C | 33 |
| Octal | 256 | 272 | 114 | 6 | 0 | 73 | 33 | 103 | 54 | 63 |
| Binary | 10101110 | 10111010 | 1001100 | 110 | 0 | 111011 | 11011 | 1000011 | 101100 | 110011 |
Color Harmonies of #AEBA4C
Complementary color
Monochromatic Colors of #AEBA4C
Black with #AEBA4C
Text Example
Text Example
White with #AEBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA4C; }
p { color: rgb(174,186,76); }
H1.HeaderClassName
{
color: #AEBA4C;
}
.AnyTagClassName
{
color: #AEBA4C;
}
</style>
background-color css
<style>
a { background-color: #AEBA4C; }
a { background-color: rgb(174,186,76); }
div.DivClassName
{
background-color: #AEBA4C;
}
.BgClassName
{
background-color: #AEBA4C;
}
</style>
border-color css
<style>
span { border-color: #AEBA4C; }
span { border-color: rgb(174,186,76); }
td.TdClassName
{
border-color: #AEBA4C;
}
.TagClassName
{
border-color: #AEBA4C;
}
</style>