Shades of Celery #AEBD3E
Tints of Celery #AEBD3E
RGB
CMYK
RGB Variations
Color information
#AEBD3E (or 0xAEBD3E) is known color: Celery. HEX triplet: AE, BD and 3E. RGB value is (174,189,62). Sum of RGB (Red+Green+Blue) = 174+189+62=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD3E is #5142C1. Grayscale: #AAAAAA. Windows color (decimal): -5325506 or 4111790. OLE color: 4111790.
HSL color Cylindrical-coordinate representation of color #AEBD3E: hue angle of 67.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEBD3E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 62 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.26 |
| HSL | 67.09º | 0.51% | 0.49% | - |
| HSV(B) | 67.09º | 0.67% | 0.74% | - |
| XYZ | 36.52 | 45.74 | 11.46 | - |
| YUV | 170.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 62 | 0.08 | 0 | 0.67 | 0.26 | 67.09 | 0.51 | 0.49 |
| Hex | AE | BD | 3E | 8 | 0 | 43 | 1A | 43 | 33 | 31 |
| Octal | 256 | 275 | 76 | 10 | 0 | 103 | 32 | 103 | 63 | 61 |
| Binary | 10101110 | 10111101 | 111110 | 1000 | 0 | 1000011 | 11010 | 1000011 | 110011 | 110001 |
Color Harmonies of #AEBD3E
Complementary color
Monochromatic Colors of #AEBD3E
Black with #AEBD3E
Text Example
Text Example
White with #AEBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD3E; }
p { color: rgb(174,189,62); }
H1.HeaderClassName
{
color: #AEBD3E;
}
.AnyTagClassName
{
color: #AEBD3E;
}
</style>
background-color css
<style>
a { background-color: #AEBD3E; }
a { background-color: rgb(174,189,62); }
div.DivClassName
{
background-color: #AEBD3E;
}
.BgClassName
{
background-color: #AEBD3E;
}
</style>
border-color css
<style>
span { border-color: #AEBD3E; }
span { border-color: rgb(174,189,62); }
td.TdClassName
{
border-color: #AEBD3E;
}
.TagClassName
{
border-color: #AEBD3E;
}
</style>