Shades of Celery #AEBA3E
Tints of Celery #AEBA3E
RGB
CMYK
RGB Variations
Color information
#AEBA3E (or 0xAEBA3E) is known color: Celery. HEX triplet: AE, BA and 3E. RGB value is (174,186,62). Sum of RGB (Red+Green+Blue) = 174+186+62=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA3E is #5145C1. Grayscale: #A8A8A8. Windows color (decimal): -5326274 or 4111022. OLE color: 4111022.
HSL color Cylindrical-coordinate representation of color #AEBA3E: hue angle of 65.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEBA3E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 62 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.27 |
| HSL | 65.81º | 0.5% | 0.49% | - |
| HSV(B) | 65.81º | 0.67% | 0.73% | - |
| XYZ | 35.88 | 44.46 | 11.25 | - |
| YUV | 168.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 62 | 0.06 | 0 | 0.67 | 0.27 | 65.81 | 0.5 | 0.49 |
| Hex | AE | BA | 3E | 6 | 0 | 43 | 1B | 42 | 32 | 31 |
| Octal | 256 | 272 | 76 | 6 | 0 | 103 | 33 | 102 | 62 | 61 |
| Binary | 10101110 | 10111010 | 111110 | 110 | 0 | 1000011 | 11011 | 1000010 | 110010 | 110001 |
Color Harmonies of #AEBA3E
Complementary color
Monochromatic Colors of #AEBA3E
Black with #AEBA3E
Text Example
Text Example
White with #AEBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA3E; }
p { color: rgb(174,186,62); }
H1.HeaderClassName
{
color: #AEBA3E;
}
.AnyTagClassName
{
color: #AEBA3E;
}
</style>
background-color css
<style>
a { background-color: #AEBA3E; }
a { background-color: rgb(174,186,62); }
div.DivClassName
{
background-color: #AEBA3E;
}
.BgClassName
{
background-color: #AEBA3E;
}
</style>
border-color css
<style>
span { border-color: #AEBA3E; }
span { border-color: rgb(174,186,62); }
td.TdClassName
{
border-color: #AEBA3E;
}
.TagClassName
{
border-color: #AEBA3E;
}
</style>