Shades of Celery #AAB74D
Tints of Celery #AAB74D
RGB
CMYK
RGB Variations
Color information
#AAB74D (or 0xAAB74D) is known color: Celery. HEX triplet: AA, B7 and 4D. RGB value is (170,183,77). Sum of RGB (Red+Green+Blue) = 170+183+77=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB74D is #5548B2. Grayscale: #A7A7A7. Windows color (decimal): -5589171 or 5093290. OLE color: 5093290.
HSL color Cylindrical-coordinate representation of color #AAB74D: hue angle of 67.36º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB74D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 77 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.28 |
| HSL | 67.36º | 0.42% | 0.51% | - |
| HSV(B) | 67.36º | 0.58% | 0.72% | - |
| XYZ | 34.85 | 42.95 | 13.47 | - |
| YUV | 167.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 77 | 0.07 | 0 | 0.58 | 0.28 | 67.36 | 0.42 | 0.51 |
| Hex | AA | B7 | 4D | 7 | 0 | 3A | 1C | 43 | 2A | 33 |
| Octal | 252 | 267 | 115 | 7 | 0 | 72 | 34 | 103 | 52 | 63 |
| Binary | 10101010 | 10110111 | 1001101 | 111 | 0 | 111010 | 11100 | 1000011 | 101010 | 110011 |
Color Harmonies of #AAB74D
Complementary color
Monochromatic Colors of #AAB74D
Black with #AAB74D
Text Example
Text Example
White with #AAB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB74D; }
p { color: rgb(170,183,77); }
H1.HeaderClassName
{
color: #AAB74D;
}
.AnyTagClassName
{
color: #AAB74D;
}
</style>
background-color css
<style>
a { background-color: #AAB74D; }
a { background-color: rgb(170,183,77); }
div.DivClassName
{
background-color: #AAB74D;
}
.BgClassName
{
background-color: #AAB74D;
}
</style>
border-color css
<style>
span { border-color: #AAB74D; }
span { border-color: rgb(170,183,77); }
td.TdClassName
{
border-color: #AAB74D;
}
.TagClassName
{
border-color: #AAB74D;
}
</style>