Shades of Celery #AECB52
Tints of Celery #AECB52
RGB
CMYK
RGB Variations
Color information
#AECB52 (or 0xAECB52) is known color: Celery. HEX triplet: AE, CB and 52. RGB value is (174,203,82). Sum of RGB (Red+Green+Blue) = 174+203+82=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB52 is #5134AD. Grayscale: #B4B4B4. Windows color (decimal): -5321902 or 5426094. OLE color: 5426094.
HSL color Cylindrical-coordinate representation of color #AECB52: hue angle of 74.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AECB52 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 82 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.20 |
| HSL | 74.38º | 0.54% | 0.56% | - |
| HSV(B) | 74.38º | 0.6% | 0.8% | - |
| XYZ | 40.33 | 52.32 | 15.96 | - |
| YUV | 180.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 82 | 0.14 | 0 | 0.60 | 0.20 | 74.38 | 0.54 | 0.56 |
| Hex | AE | CB | 52 | E | 0 | 3C | 14 | 4A | 36 | 38 |
| Octal | 256 | 313 | 122 | 16 | 0 | 74 | 24 | 112 | 66 | 70 |
| Binary | 10101110 | 11001011 | 1010010 | 1110 | 0 | 111100 | 10100 | 1001010 | 110110 | 111000 |
Color Harmonies of #AECB52
Complementary color
Monochromatic Colors of #AECB52
Black with #AECB52
Text Example
Text Example
White with #AECB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB52; }
p { color: rgb(174,203,82); }
H1.HeaderClassName
{
color: #AECB52;
}
.AnyTagClassName
{
color: #AECB52;
}
</style>
background-color css
<style>
a { background-color: #AECB52; }
a { background-color: rgb(174,203,82); }
div.DivClassName
{
background-color: #AECB52;
}
.BgClassName
{
background-color: #AECB52;
}
</style>
border-color css
<style>
span { border-color: #AECB52; }
span { border-color: rgb(174,203,82); }
td.TdClassName
{
border-color: #AECB52;
}
.TagClassName
{
border-color: #AECB52;
}
</style>