Shades of Celery #A4C552
Tints of Celery #A4C552
RGB
CMYK
RGB Variations
Color information
#A4C552 (or 0xA4C552) is known color: Celery. HEX triplet: A4, C5 and 52. RGB value is (164,197,82). Sum of RGB (Red+Green+Blue) = 164+197+82=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C552 is #5B3AAD. Grayscale: #AEAEAE. Windows color (decimal): -5978798 or 5424548. OLE color: 5424548.
HSL color Cylindrical-coordinate representation of color #A4C552: hue angle of 77.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4C552 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 82 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.23 |
| HSL | 77.22º | 0.5% | 0.55% | - |
| HSV(B) | 77.22º | 0.58% | 0.77% | - |
| XYZ | 36.8 | 48.43 | 15.39 | - |
| YUV | 174.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 82 | 0.17 | 0 | 0.58 | 0.23 | 77.22 | 0.5 | 0.55 |
| Hex | A4 | C5 | 52 | 11 | 0 | 3A | 17 | 4D | 32 | 37 |
| Octal | 244 | 305 | 122 | 21 | 0 | 72 | 27 | 115 | 62 | 67 |
| Binary | 10100100 | 11000101 | 1010010 | 10001 | 0 | 111010 | 10111 | 1001101 | 110010 | 110111 |
Color Harmonies of #A4C552
Complementary color
Monochromatic Colors of #A4C552
Black with #A4C552
Text Example
Text Example
White with #A4C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C552; }
p { color: rgb(164,197,82); }
H1.HeaderClassName
{
color: #A4C552;
}
.AnyTagClassName
{
color: #A4C552;
}
</style>
background-color css
<style>
a { background-color: #A4C552; }
a { background-color: rgb(164,197,82); }
div.DivClassName
{
background-color: #A4C552;
}
.BgClassName
{
background-color: #A4C552;
}
</style>
border-color css
<style>
span { border-color: #A4C552; }
span { border-color: rgb(164,197,82); }
td.TdClassName
{
border-color: #A4C552;
}
.TagClassName
{
border-color: #A4C552;
}
</style>