Shades of Celery #AEBC40
Tints of Celery #AEBC40
RGB
CMYK
RGB Variations
Color information
#AEBC40 (or 0xAEBC40) is known color: Celery. HEX triplet: AE, BC and 40. RGB value is (174,188,64). Sum of RGB (Red+Green+Blue) = 174+188+64=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC40 is #5143BF. Grayscale: #AAAAAA. Windows color (decimal): -5325760 or 4242606. OLE color: 4242606.
HSL color Cylindrical-coordinate representation of color #AEBC40: hue angle of 66.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEBC40 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 64 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.26 |
| HSL | 66.77º | 0.49% | 0.49% | - |
| HSV(B) | 66.77º | 0.66% | 0.74% | - |
| XYZ | 36.36 | 45.34 | 11.68 | - |
| YUV | 169.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 64 | 0.07 | 0 | 0.66 | 0.26 | 66.77 | 0.49 | 0.49 |
| Hex | AE | BC | 40 | 7 | 0 | 42 | 1A | 43 | 31 | 31 |
| Octal | 256 | 274 | 100 | 7 | 0 | 102 | 32 | 103 | 61 | 61 |
| Binary | 10101110 | 10111100 | 1000000 | 111 | 0 | 1000010 | 11010 | 1000011 | 110001 | 110001 |
Color Harmonies of #AEBC40
Complementary color
Monochromatic Colors of #AEBC40
Black with #AEBC40
Text Example
Text Example
White with #AEBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC40; }
p { color: rgb(174,188,64); }
H1.HeaderClassName
{
color: #AEBC40;
}
.AnyTagClassName
{
color: #AEBC40;
}
</style>
background-color css
<style>
a { background-color: #AEBC40; }
a { background-color: rgb(174,188,64); }
div.DivClassName
{
background-color: #AEBC40;
}
.BgClassName
{
background-color: #AEBC40;
}
</style>
border-color css
<style>
span { border-color: #AEBC40; }
span { border-color: rgb(174,188,64); }
td.TdClassName
{
border-color: #AEBC40;
}
.TagClassName
{
border-color: #AEBC40;
}
</style>