Shades of Celery #AAC05C
Tints of Celery #AAC05C
RGB
CMYK
RGB Variations
Color information
#AAC05C (or 0xAAC05C) is known color: Celery. HEX triplet: AA, C0 and 5C. RGB value is (170,192,92). Sum of RGB (Red+Green+Blue) = 170+192+92=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC05C is #553FA3. Grayscale: #AEAEAE. Windows color (decimal): -5586852 or 6078634. OLE color: 6078634.
HSL color Cylindrical-coordinate representation of color #AAC05C: hue angle of 73.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAC05C is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 92 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.25 |
| HSL | 73.2º | 0.44% | 0.56% | - |
| HSV(B) | 73.2º | 0.52% | 0.75% | - |
| XYZ | 37.36 | 47.02 | 17.23 | - |
| YUV | 174.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 92 | 0.11 | 0 | 0.52 | 0.25 | 73.2 | 0.44 | 0.56 |
| Hex | AA | C0 | 5C | B | 0 | 34 | 19 | 49 | 2C | 38 |
| Octal | 252 | 300 | 134 | 13 | 0 | 64 | 31 | 111 | 54 | 70 |
| Binary | 10101010 | 11000000 | 1011100 | 1011 | 0 | 110100 | 11001 | 1001001 | 101100 | 111000 |
Color Harmonies of #AAC05C
Complementary color
Monochromatic Colors of #AAC05C
Black with #AAC05C
Text Example
Text Example
White with #AAC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC05C; }
p { color: rgb(170,192,92); }
H1.HeaderClassName
{
color: #AAC05C;
}
.AnyTagClassName
{
color: #AAC05C;
}
</style>
background-color css
<style>
a { background-color: #AAC05C; }
a { background-color: rgb(170,192,92); }
div.DivClassName
{
background-color: #AAC05C;
}
.BgClassName
{
background-color: #AAC05C;
}
</style>
border-color css
<style>
span { border-color: #AAC05C; }
span { border-color: rgb(170,192,92); }
td.TdClassName
{
border-color: #AAC05C;
}
.TagClassName
{
border-color: #AAC05C;
}
</style>