Shades of Celery #AEBD40
Tints of Celery #AEBD40
RGB
CMYK
RGB Variations
Color information
#AEBD40 (or 0xAEBD40) is known color: Celery. HEX triplet: AE, BD and 40. RGB value is (174,189,64). Sum of RGB (Red+Green+Blue) = 174+189+64=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD40 is #5142BF. Grayscale: #AAAAAA. Windows color (decimal): -5325504 or 4242862. OLE color: 4242862.
HSL color Cylindrical-coordinate representation of color #AEBD40: hue angle of 67.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEBD40 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 64 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.26 |
| HSL | 67.2º | 0.49% | 0.5% | - |
| HSV(B) | 67.2º | 0.66% | 0.74% | - |
| XYZ | 36.58 | 45.76 | 11.76 | - |
| YUV | 170.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 64 | 0.08 | 0 | 0.66 | 0.26 | 67.2 | 0.49 | 0.5 |
| Hex | AE | BD | 40 | 8 | 0 | 42 | 1A | 43 | 31 | 32 |
| Octal | 256 | 275 | 100 | 10 | 0 | 102 | 32 | 103 | 61 | 62 |
| Binary | 10101110 | 10111101 | 1000000 | 1000 | 0 | 1000010 | 11010 | 1000011 | 110001 | 110010 |
Color Harmonies of #AEBD40
Complementary color
Monochromatic Colors of #AEBD40
Black with #AEBD40
Text Example
Text Example
White with #AEBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD40; }
p { color: rgb(174,189,64); }
H1.HeaderClassName
{
color: #AEBD40;
}
.AnyTagClassName
{
color: #AEBD40;
}
</style>
background-color css
<style>
a { background-color: #AEBD40; }
a { background-color: rgb(174,189,64); }
div.DivClassName
{
background-color: #AEBD40;
}
.BgClassName
{
background-color: #AEBD40;
}
</style>
border-color css
<style>
span { border-color: #AEBD40; }
span { border-color: rgb(174,189,64); }
td.TdClassName
{
border-color: #AEBD40;
}
.TagClassName
{
border-color: #AEBD40;
}
</style>