Shades of Celery #AEBC3A
Tints of Celery #AEBC3A
RGB
CMYK
RGB Variations
Color information
#AEBC3A (or 0xAEBC3A) is known color: Celery. HEX triplet: AE, BC and 3A. RGB value is (174,188,58). Sum of RGB (Red+Green+Blue) = 174+188+58=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC3A is #5143C5. Grayscale: #A9A9A9. Windows color (decimal): -5325766 or 3849390. OLE color: 3849390.
HSL color Cylindrical-coordinate representation of color #AEBC3A: hue angle of 66.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEBC3A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 58 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.26 |
| HSL | 66.46º | 0.53% | 0.48% | - |
| HSV(B) | 66.46º | 0.69% | 0.74% | - |
| XYZ | 36.2 | 45.27 | 10.83 | - |
| YUV | 168.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 58 | 0.07 | 0 | 0.69 | 0.26 | 66.46 | 0.53 | 0.48 |
| Hex | AE | BC | 3A | 7 | 0 | 45 | 1A | 42 | 35 | 30 |
| Octal | 256 | 274 | 72 | 7 | 0 | 105 | 32 | 102 | 65 | 60 |
| Binary | 10101110 | 10111100 | 111010 | 111 | 0 | 1000101 | 11010 | 1000010 | 110101 | 110000 |
Color Harmonies of #AEBC3A
Complementary color
Monochromatic Colors of #AEBC3A
Black with #AEBC3A
Text Example
Text Example
White with #AEBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC3A; }
p { color: rgb(174,188,58); }
H1.HeaderClassName
{
color: #AEBC3A;
}
.AnyTagClassName
{
color: #AEBC3A;
}
</style>
background-color css
<style>
a { background-color: #AEBC3A; }
a { background-color: rgb(174,188,58); }
div.DivClassName
{
background-color: #AEBC3A;
}
.BgClassName
{
background-color: #AEBC3A;
}
</style>
border-color css
<style>
span { border-color: #AEBC3A; }
span { border-color: rgb(174,188,58); }
td.TdClassName
{
border-color: #AEBC3A;
}
.TagClassName
{
border-color: #AEBC3A;
}
</style>