Shades of Celery #AAB73C
Tints of Celery #AAB73C
RGB
CMYK
RGB Variations
Color information
#AAB73C (or 0xAAB73C) is known color: Celery. HEX triplet: AA, B7 and 3C. RGB value is (170,183,60). Sum of RGB (Red+Green+Blue) = 170+183+60=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB73C is #5548C3. Grayscale: #A5A5A5. Windows color (decimal): -5589188 or 3979178. OLE color: 3979178.
HSL color Cylindrical-coordinate representation of color #AAB73C: hue angle of 66.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAB73C is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 60 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.28 |
| HSL | 66.34º | 0.51% | 0.48% | - |
| HSV(B) | 66.34º | 0.67% | 0.72% | - |
| XYZ | 34.33 | 42.74 | 10.72 | - |
| YUV | 165.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 60 | 0.07 | 0 | 0.67 | 0.28 | 66.34 | 0.51 | 0.48 |
| Hex | AA | B7 | 3C | 7 | 0 | 43 | 1C | 42 | 33 | 30 |
| Octal | 252 | 267 | 74 | 7 | 0 | 103 | 34 | 102 | 63 | 60 |
| Binary | 10101010 | 10110111 | 111100 | 111 | 0 | 1000011 | 11100 | 1000010 | 110011 | 110000 |
Color Harmonies of #AAB73C
Complementary color
Monochromatic Colors of #AAB73C
Black with #AAB73C
Text Example
Text Example
White with #AAB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB73C; }
p { color: rgb(170,183,60); }
H1.HeaderClassName
{
color: #AAB73C;
}
.AnyTagClassName
{
color: #AAB73C;
}
</style>
background-color css
<style>
a { background-color: #AAB73C; }
a { background-color: rgb(170,183,60); }
div.DivClassName
{
background-color: #AAB73C;
}
.BgClassName
{
background-color: #AAB73C;
}
</style>
border-color css
<style>
span { border-color: #AAB73C; }
span { border-color: rgb(170,183,60); }
td.TdClassName
{
border-color: #AAB73C;
}
.TagClassName
{
border-color: #AAB73C;
}
</style>