Shades of Celery #A8C556
Tints of Celery #A8C556
RGB
CMYK
RGB Variations
Color information
#A8C556 (or 0xA8C556) is known color: Celery. HEX triplet: A8, C5 and 56. RGB value is (168,197,86). Sum of RGB (Red+Green+Blue) = 168+197+86=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C556 is #573AA9. Grayscale: #B0B0B0. Windows color (decimal): -5716650 or 5686696. OLE color: 5686696.
HSL color Cylindrical-coordinate representation of color #A8C556: hue angle of 75.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8C556 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 86 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.23 |
| HSL | 75.68º | 0.49% | 0.55% | - |
| HSV(B) | 75.68º | 0.56% | 0.77% | - |
| XYZ | 37.79 | 48.93 | 16.26 | - |
| YUV | 175.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 86 | 0.15 | 0 | 0.56 | 0.23 | 75.68 | 0.49 | 0.55 |
| Hex | A8 | C5 | 56 | F | 0 | 38 | 17 | 4C | 31 | 37 |
| Octal | 250 | 305 | 126 | 17 | 0 | 70 | 27 | 114 | 61 | 67 |
| Binary | 10101000 | 11000101 | 1010110 | 1111 | 0 | 111000 | 10111 | 1001100 | 110001 | 110111 |
Color Harmonies of #A8C556
Complementary color
Monochromatic Colors of #A8C556
Black with #A8C556
Text Example
Text Example
White with #A8C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C556; }
p { color: rgb(168,197,86); }
H1.HeaderClassName
{
color: #A8C556;
}
.AnyTagClassName
{
color: #A8C556;
}
</style>
background-color css
<style>
a { background-color: #A8C556; }
a { background-color: rgb(168,197,86); }
div.DivClassName
{
background-color: #A8C556;
}
.BgClassName
{
background-color: #A8C556;
}
</style>
border-color css
<style>
span { border-color: #A8C556; }
span { border-color: rgb(168,197,86); }
td.TdClassName
{
border-color: #A8C556;
}
.TagClassName
{
border-color: #A8C556;
}
</style>