Shades of Celery #AEBE4A
Tints of Celery #AEBE4A
RGB
CMYK
RGB Variations
Color information
#AEBE4A (or 0xAEBE4A) is known color: Celery. HEX triplet: AE, BE and 4A. RGB value is (174,190,74). Sum of RGB (Red+Green+Blue) = 174+190+74=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE4A is #5141B5. Grayscale: #ACACAC. Windows color (decimal): -5325238 or 4898478. OLE color: 4898478.
HSL color Cylindrical-coordinate representation of color #AEBE4A: hue angle of 68.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEBE4A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 190 | 74 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.25 |
| HSL | 68.28º | 0.47% | 0.52% | - |
| HSV(B) | 68.28º | 0.61% | 0.75% | - |
| XYZ | 37.11 | 46.32 | 13.46 | - |
| YUV | 171.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 74 | 0.08 | 0 | 0.61 | 0.25 | 68.28 | 0.47 | 0.52 |
| Hex | AE | BE | 4A | 8 | 0 | 3D | 19 | 44 | 2F | 34 |
| Octal | 256 | 276 | 112 | 10 | 0 | 75 | 31 | 104 | 57 | 64 |
| Binary | 10101110 | 10111110 | 1001010 | 1000 | 0 | 111101 | 11001 | 1000100 | 101111 | 110100 |
Color Harmonies of #AEBE4A
Complementary color
Monochromatic Colors of #AEBE4A
Black with #AEBE4A
Text Example
Text Example
White with #AEBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBE4A; }
p { color: rgb(174,190,74); }
H1.HeaderClassName
{
color: #AEBE4A;
}
.AnyTagClassName
{
color: #AEBE4A;
}
</style>
background-color css
<style>
a { background-color: #AEBE4A; }
a { background-color: rgb(174,190,74); }
div.DivClassName
{
background-color: #AEBE4A;
}
.BgClassName
{
background-color: #AEBE4A;
}
</style>
border-color css
<style>
span { border-color: #AEBE4A; }
span { border-color: rgb(174,190,74); }
td.TdClassName
{
border-color: #AEBE4A;
}
.TagClassName
{
border-color: #AEBE4A;
}
</style>