Shades of Celery #AEBA3C
Tints of Celery #AEBA3C
RGB
CMYK
RGB Variations
Color information
#AEBA3C (or 0xAEBA3C) is known color: Celery. HEX triplet: AE, BA and 3C. RGB value is (174,186,60). Sum of RGB (Red+Green+Blue) = 174+186+60=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA3C is #5145C3. Grayscale: #A8A8A8. Windows color (decimal): -5326276 or 3979950. OLE color: 3979950.
HSL color Cylindrical-coordinate representation of color #AEBA3C: hue angle of 65.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEBA3C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 60 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.27 |
| HSL | 65.71º | 0.51% | 0.48% | - |
| HSV(B) | 65.71º | 0.68% | 0.73% | - |
| XYZ | 35.83 | 44.44 | 10.96 | - |
| YUV | 168.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 60 | 0.06 | 0 | 0.68 | 0.27 | 65.71 | 0.51 | 0.48 |
| Hex | AE | BA | 3C | 6 | 0 | 44 | 1B | 42 | 33 | 30 |
| Octal | 256 | 272 | 74 | 6 | 0 | 104 | 33 | 102 | 63 | 60 |
| Binary | 10101110 | 10111010 | 111100 | 110 | 0 | 1000100 | 11011 | 1000010 | 110011 | 110000 |
Color Harmonies of #AEBA3C
Complementary color
Monochromatic Colors of #AEBA3C
Black with #AEBA3C
Text Example
Text Example
White with #AEBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA3C; }
p { color: rgb(174,186,60); }
H1.HeaderClassName
{
color: #AEBA3C;
}
.AnyTagClassName
{
color: #AEBA3C;
}
</style>
background-color css
<style>
a { background-color: #AEBA3C; }
a { background-color: rgb(174,186,60); }
div.DivClassName
{
background-color: #AEBA3C;
}
.BgClassName
{
background-color: #AEBA3C;
}
</style>
border-color css
<style>
span { border-color: #AEBA3C; }
span { border-color: rgb(174,186,60); }
td.TdClassName
{
border-color: #AEBA3C;
}
.TagClassName
{
border-color: #AEBA3C;
}
</style>