Shades of Celery #AECB4A
Tints of Celery #AECB4A
RGB
CMYK
RGB Variations
Color information
#AECB4A (or 0xAECB4A) is known color: Celery. HEX triplet: AE, CB and 4A. RGB value is (174,203,74). Sum of RGB (Red+Green+Blue) = 174+203+74=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB4A is #5134B5. Grayscale: #B4B4B4. Windows color (decimal): -5321910 or 4901806. OLE color: 4901806.
HSL color Cylindrical-coordinate representation of color #AECB4A: hue angle of 73.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AECB4A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 74 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.20 |
| HSL | 73.49º | 0.55% | 0.54% | - |
| HSV(B) | 73.49º | 0.64% | 0.8% | - |
| XYZ | 40.05 | 52.2 | 14.44 | - |
| YUV | 179.62 | 68.39 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 74 | 0.14 | 0 | 0.64 | 0.20 | 73.49 | 0.55 | 0.54 |
| Hex | AE | CB | 4A | E | 0 | 40 | 14 | 49 | 37 | 36 |
| Octal | 256 | 313 | 112 | 16 | 0 | 100 | 24 | 111 | 67 | 66 |
| Binary | 10101110 | 11001011 | 1001010 | 1110 | 0 | 1000000 | 10100 | 1001001 | 110111 | 110110 |
Color Harmonies of #AECB4A
Complementary color
Monochromatic Colors of #AECB4A
Black with #AECB4A
Text Example
Text Example
White with #AECB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB4A; }
p { color: rgb(174,203,74); }
H1.HeaderClassName
{
color: #AECB4A;
}
.AnyTagClassName
{
color: #AECB4A;
}
</style>
background-color css
<style>
a { background-color: #AECB4A; }
a { background-color: rgb(174,203,74); }
div.DivClassName
{
background-color: #AECB4A;
}
.BgClassName
{
background-color: #AECB4A;
}
</style>
border-color css
<style>
span { border-color: #AECB4A; }
span { border-color: rgb(174,203,74); }
td.TdClassName
{
border-color: #AECB4A;
}
.TagClassName
{
border-color: #AECB4A;
}
</style>