Shades of Celery #AAB74E
Tints of Celery #AAB74E
RGB
CMYK
RGB Variations
Color information
#AAB74E (or 0xAAB74E) is known color: Celery. HEX triplet: AA, B7 and 4E. RGB value is (170,183,78). Sum of RGB (Red+Green+Blue) = 170+183+78=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB74E is #5548B1. Grayscale: #A7A7A7. Windows color (decimal): -5589170 or 5158826. OLE color: 5158826.
HSL color Cylindrical-coordinate representation of color #AAB74E: hue angle of 67.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAB74E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 78 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.28 |
| HSL | 67.43º | 0.42% | 0.51% | - |
| HSV(B) | 67.43º | 0.57% | 0.72% | - |
| XYZ | 34.89 | 42.96 | 13.66 | - |
| YUV | 167.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 78 | 0.07 | 0 | 0.57 | 0.28 | 67.43 | 0.42 | 0.51 |
| Hex | AA | B7 | 4E | 7 | 0 | 39 | 1C | 43 | 2A | 33 |
| Octal | 252 | 267 | 116 | 7 | 0 | 71 | 34 | 103 | 52 | 63 |
| Binary | 10101010 | 10110111 | 1001110 | 111 | 0 | 111001 | 11100 | 1000011 | 101010 | 110011 |
Color Harmonies of #AAB74E
Complementary color
Monochromatic Colors of #AAB74E
Black with #AAB74E
Text Example
Text Example
White with #AAB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB74E; }
p { color: rgb(170,183,78); }
H1.HeaderClassName
{
color: #AAB74E;
}
.AnyTagClassName
{
color: #AAB74E;
}
</style>
background-color css
<style>
a { background-color: #AAB74E; }
a { background-color: rgb(170,183,78); }
div.DivClassName
{
background-color: #AAB74E;
}
.BgClassName
{
background-color: #AAB74E;
}
</style>
border-color css
<style>
span { border-color: #AAB74E; }
span { border-color: rgb(170,183,78); }
td.TdClassName
{
border-color: #AAB74E;
}
.TagClassName
{
border-color: #AAB74E;
}
</style>