Shades of Celery #AAC65C
Tints of Celery #AAC65C
RGB
CMYK
RGB Variations
Color information
#AAC65C (or 0xAAC65C) is known color: Celery. HEX triplet: AA, C6 and 5C. RGB value is (170,198,92). Sum of RGB (Red+Green+Blue) = 170+198+92=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC65C is #5539A3. Grayscale: #B1B1B1. Windows color (decimal): -5585316 or 6080170. OLE color: 6080170.
HSL color Cylindrical-coordinate representation of color #AAC65C: hue angle of 75.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC65C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 92 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.22 |
| HSL | 75.85º | 0.48% | 0.57% | - |
| HSV(B) | 75.85º | 0.54% | 0.78% | - |
| XYZ | 38.7 | 49.71 | 17.68 | - |
| YUV | 177.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 92 | 0.14 | 0 | 0.54 | 0.22 | 75.85 | 0.48 | 0.57 |
| Hex | AA | C6 | 5C | E | 0 | 36 | 16 | 4C | 30 | 39 |
| Octal | 252 | 306 | 134 | 16 | 0 | 66 | 26 | 114 | 60 | 71 |
| Binary | 10101010 | 11000110 | 1011100 | 1110 | 0 | 110110 | 10110 | 1001100 | 110000 | 111001 |
Color Harmonies of #AAC65C
Complementary color
Monochromatic Colors of #AAC65C
Black with #AAC65C
Text Example
Text Example
White with #AAC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC65C; }
p { color: rgb(170,198,92); }
H1.HeaderClassName
{
color: #AAC65C;
}
.AnyTagClassName
{
color: #AAC65C;
}
</style>
background-color css
<style>
a { background-color: #AAC65C; }
a { background-color: rgb(170,198,92); }
div.DivClassName
{
background-color: #AAC65C;
}
.BgClassName
{
background-color: #AAC65C;
}
</style>
border-color css
<style>
span { border-color: #AAC65C; }
span { border-color: rgb(170,198,92); }
td.TdClassName
{
border-color: #AAC65C;
}
.TagClassName
{
border-color: #AAC65C;
}
</style>