Shades of Celery #AEBD56
Tints of Celery #AEBD56
RGB
CMYK
RGB Variations
Color information
#AEBD56 (or 0xAEBD56) is known color: Celery. HEX triplet: AE, BD and 56. RGB value is (174,189,86). Sum of RGB (Red+Green+Blue) = 174+189+86=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD56 is #5142A9. Grayscale: #ADADAD. Windows color (decimal): -5325482 or 5684654. OLE color: 5684654.
HSL color Cylindrical-coordinate representation of color #AEBD56: hue angle of 68.74º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEBD56 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 86 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.26 |
| HSL | 68.74º | 0.44% | 0.54% | - |
| HSV(B) | 68.74º | 0.54% | 0.74% | - |
| XYZ | 37.33 | 46.07 | 15.73 | - |
| YUV | 172.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 86 | 0.08 | 0 | 0.54 | 0.26 | 68.74 | 0.44 | 0.54 |
| Hex | AE | BD | 56 | 8 | 0 | 36 | 1A | 45 | 2C | 36 |
| Octal | 256 | 275 | 126 | 10 | 0 | 66 | 32 | 105 | 54 | 66 |
| Binary | 10101110 | 10111101 | 1010110 | 1000 | 0 | 110110 | 11010 | 1000101 | 101100 | 110110 |
Color Harmonies of #AEBD56
Complementary color
Monochromatic Colors of #AEBD56
Black with #AEBD56
Text Example
Text Example
White with #AEBD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD56; }
p { color: rgb(174,189,86); }
H1.HeaderClassName
{
color: #AEBD56;
}
.AnyTagClassName
{
color: #AEBD56;
}
</style>
background-color css
<style>
a { background-color: #AEBD56; }
a { background-color: rgb(174,189,86); }
div.DivClassName
{
background-color: #AEBD56;
}
.BgClassName
{
background-color: #AEBD56;
}
</style>
border-color css
<style>
span { border-color: #AEBD56; }
span { border-color: rgb(174,189,86); }
td.TdClassName
{
border-color: #AEBD56;
}
.TagClassName
{
border-color: #AEBD56;
}
</style>