Shades of Celery #AEBD44
Tints of Celery #AEBD44
RGB
CMYK
RGB Variations
Color information
#AEBD44 (or 0xAEBD44) is known color: Celery. HEX triplet: AE, BD and 44. RGB value is (174,189,68). Sum of RGB (Red+Green+Blue) = 174+189+68=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD44 is #5142BB. Grayscale: #ABABAB. Windows color (decimal): -5325500 or 4505006. OLE color: 4505006.
HSL color Cylindrical-coordinate representation of color #AEBD44: hue angle of 67.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEBD44 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 68 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.26 |
| HSL | 67.44º | 0.48% | 0.5% | - |
| HSV(B) | 67.44º | 0.64% | 0.74% | - |
| XYZ | 36.7 | 45.81 | 12.38 | - |
| YUV | 170.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 68 | 0.08 | 0 | 0.64 | 0.26 | 67.44 | 0.48 | 0.5 |
| Hex | AE | BD | 44 | 8 | 0 | 40 | 1A | 43 | 30 | 32 |
| Octal | 256 | 275 | 104 | 10 | 0 | 100 | 32 | 103 | 60 | 62 |
| Binary | 10101110 | 10111101 | 1000100 | 1000 | 0 | 1000000 | 11010 | 1000011 | 110000 | 110010 |
Color Harmonies of #AEBD44
Complementary color
Monochromatic Colors of #AEBD44
Black with #AEBD44
Text Example
Text Example
White with #AEBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD44; }
p { color: rgb(174,189,68); }
H1.HeaderClassName
{
color: #AEBD44;
}
.AnyTagClassName
{
color: #AEBD44;
}
</style>
background-color css
<style>
a { background-color: #AEBD44; }
a { background-color: rgb(174,189,68); }
div.DivClassName
{
background-color: #AEBD44;
}
.BgClassName
{
background-color: #AEBD44;
}
</style>
border-color css
<style>
span { border-color: #AEBD44; }
span { border-color: rgb(174,189,68); }
td.TdClassName
{
border-color: #AEBD44;
}
.TagClassName
{
border-color: #AEBD44;
}
</style>