Shades of Celery #AAB74A
Tints of Celery #AAB74A
RGB
CMYK
RGB Variations
Color information
#AAB74A (or 0xAAB74A) is known color: Celery. HEX triplet: AA, B7 and 4A. RGB value is (170,183,74). Sum of RGB (Red+Green+Blue) = 170+183+74=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB74A is #5548B5. Grayscale: #A7A7A7. Windows color (decimal): -5589174 or 4896682. OLE color: 4896682.
HSL color Cylindrical-coordinate representation of color #AAB74A: hue angle of 67.16º 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 #AAB74A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 74 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.28 |
| HSL | 67.16º | 0.43% | 0.5% | - |
| HSV(B) | 67.16º | 0.6% | 0.72% | - |
| XYZ | 34.75 | 42.91 | 12.93 | - |
| YUV | 166.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 74 | 0.07 | 0 | 0.60 | 0.28 | 67.16 | 0.43 | 0.5 |
| Hex | AA | B7 | 4A | 7 | 0 | 3C | 1C | 43 | 2B | 32 |
| Octal | 252 | 267 | 112 | 7 | 0 | 74 | 34 | 103 | 53 | 62 |
| Binary | 10101010 | 10110111 | 1001010 | 111 | 0 | 111100 | 11100 | 1000011 | 101011 | 110010 |
Color Harmonies of #AAB74A
Complementary color
Monochromatic Colors of #AAB74A
Black with #AAB74A
Text Example
Text Example
White with #AAB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB74A; }
p { color: rgb(170,183,74); }
H1.HeaderClassName
{
color: #AAB74A;
}
.AnyTagClassName
{
color: #AAB74A;
}
</style>
background-color css
<style>
a { background-color: #AAB74A; }
a { background-color: rgb(170,183,74); }
div.DivClassName
{
background-color: #AAB74A;
}
.BgClassName
{
background-color: #AAB74A;
}
</style>
border-color css
<style>
span { border-color: #AAB74A; }
span { border-color: rgb(170,183,74); }
td.TdClassName
{
border-color: #AAB74A;
}
.TagClassName
{
border-color: #AAB74A;
}
</style>