Shades of Celery #AEBB40
Tints of Celery #AEBB40
RGB
CMYK
RGB Variations
Color information
#AEBB40 (or 0xAEBB40) is known color: Celery. HEX triplet: AE, BB and 40. RGB value is (174,187,64). Sum of RGB (Red+Green+Blue) = 174+187+64=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB40 is #5144BF. Grayscale: #A9A9A9. Windows color (decimal): -5326016 or 4242350. OLE color: 4242350.
HSL color Cylindrical-coordinate representation of color #AEBB40: hue angle of 66.34º 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 #AEBB40 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 64 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.27 |
| HSL | 66.34º | 0.49% | 0.49% | - |
| HSV(B) | 66.34º | 0.66% | 0.73% | - |
| XYZ | 36.15 | 44.91 | 11.61 | - |
| YUV | 169.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 64 | 0.07 | 0 | 0.66 | 0.27 | 66.34 | 0.49 | 0.49 |
| Hex | AE | BB | 40 | 7 | 0 | 42 | 1B | 42 | 31 | 31 |
| Octal | 256 | 273 | 100 | 7 | 0 | 102 | 33 | 102 | 61 | 61 |
| Binary | 10101110 | 10111011 | 1000000 | 111 | 0 | 1000010 | 11011 | 1000010 | 110001 | 110001 |
Color Harmonies of #AEBB40
Complementary color
Monochromatic Colors of #AEBB40
Black with #AEBB40
Text Example
Text Example
White with #AEBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB40; }
p { color: rgb(174,187,64); }
H1.HeaderClassName
{
color: #AEBB40;
}
.AnyTagClassName
{
color: #AEBB40;
}
</style>
background-color css
<style>
a { background-color: #AEBB40; }
a { background-color: rgb(174,187,64); }
div.DivClassName
{
background-color: #AEBB40;
}
.BgClassName
{
background-color: #AEBB40;
}
</style>
border-color css
<style>
span { border-color: #AEBB40; }
span { border-color: rgb(174,187,64); }
td.TdClassName
{
border-color: #AEBB40;
}
.TagClassName
{
border-color: #AEBB40;
}
</style>