Shades of Celery #A8C552
Tints of Celery #A8C552
RGB
CMYK
RGB Variations
Color information
#A8C552 (or 0xA8C552) is known color: Celery. HEX triplet: A8, C5 and 52. RGB value is (168,197,82). Sum of RGB (Red+Green+Blue) = 168+197+82=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C552 is #573AAD. Grayscale: #AFAFAF. Windows color (decimal): -5716654 or 5424552. OLE color: 5424552.
HSL color Cylindrical-coordinate representation of color #A8C552: hue angle of 75.13º 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 #A8C552 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 82 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.23 |
| HSL | 75.13º | 0.5% | 0.55% | - |
| HSV(B) | 75.13º | 0.58% | 0.77% | - |
| XYZ | 37.64 | 48.87 | 15.43 | - |
| YUV | 175.22 | 75.39 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 82 | 0.15 | 0 | 0.58 | 0.23 | 75.13 | 0.5 | 0.55 |
| Hex | A8 | C5 | 52 | F | 0 | 3A | 17 | 4B | 32 | 37 |
| Octal | 250 | 305 | 122 | 17 | 0 | 72 | 27 | 113 | 62 | 67 |
| Binary | 10101000 | 11000101 | 1010010 | 1111 | 0 | 111010 | 10111 | 1001011 | 110010 | 110111 |
Color Harmonies of #A8C552
Complementary color
Monochromatic Colors of #A8C552
Black with #A8C552
Text Example
Text Example
White with #A8C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C552; }
p { color: rgb(168,197,82); }
H1.HeaderClassName
{
color: #A8C552;
}
.AnyTagClassName
{
color: #A8C552;
}
</style>
background-color css
<style>
a { background-color: #A8C552; }
a { background-color: rgb(168,197,82); }
div.DivClassName
{
background-color: #A8C552;
}
.BgClassName
{
background-color: #A8C552;
}
</style>
border-color css
<style>
span { border-color: #A8C552; }
span { border-color: rgb(168,197,82); }
td.TdClassName
{
border-color: #A8C552;
}
.TagClassName
{
border-color: #A8C552;
}
</style>