Shades of Celery #AEB74A
Tints of Celery #AEB74A
RGB
CMYK
RGB Variations
Color information
#AEB74A (or 0xAEB74A) is known color: Celery. HEX triplet: AE, B7 and 4A. RGB value is (174,183,74). Sum of RGB (Red+Green+Blue) = 174+183+74=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB74A is #5148B5. Grayscale: #A8A8A8. Windows color (decimal): -5327030 or 4896686. OLE color: 4896686.
HSL color Cylindrical-coordinate representation of color #AEB74A: hue angle of 64.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEB74A is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 183 | 74 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.28 |
| HSL | 64.95º | 0.43% | 0.5% | - |
| HSV(B) | 64.95º | 0.6% | 0.72% | - |
| XYZ | 35.63 | 43.36 | 12.97 | - |
| YUV | 167.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 74 | 0.05 | 0 | 0.60 | 0.28 | 64.95 | 0.43 | 0.5 |
| Hex | AE | B7 | 4A | 5 | 0 | 3C | 1C | 41 | 2B | 32 |
| Octal | 256 | 267 | 112 | 5 | 0 | 74 | 34 | 101 | 53 | 62 |
| Binary | 10101110 | 10110111 | 1001010 | 101 | 0 | 111100 | 11100 | 1000001 | 101011 | 110010 |
Color Harmonies of #AEB74A
Complementary color
Monochromatic Colors of #AEB74A
Black with #AEB74A
Text Example
Text Example
White with #AEB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB74A; }
p { color: rgb(174,183,74); }
H1.HeaderClassName
{
color: #AEB74A;
}
.AnyTagClassName
{
color: #AEB74A;
}
</style>
background-color css
<style>
a { background-color: #AEB74A; }
a { background-color: rgb(174,183,74); }
div.DivClassName
{
background-color: #AEB74A;
}
.BgClassName
{
background-color: #AEB74A;
}
</style>
border-color css
<style>
span { border-color: #AEB74A; }
span { border-color: rgb(174,183,74); }
td.TdClassName
{
border-color: #AEB74A;
}
.TagClassName
{
border-color: #AEB74A;
}
</style>