Shades of Celery #A8C156
Tints of Celery #A8C156
RGB
CMYK
RGB Variations
Color information
#A8C156 (or 0xA8C156) is known color: Celery. HEX triplet: A8, C1 and 56. RGB value is (168,193,86). Sum of RGB (Red+Green+Blue) = 168+193+86=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C156 is #573EA9. Grayscale: #ADADAD. Windows color (decimal): -5717674 or 5685672. OLE color: 5685672.
HSL color Cylindrical-coordinate representation of color #A8C156: hue angle of 74.02º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8C156 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 86 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.24 |
| HSL | 74.02º | 0.46% | 0.55% | - |
| HSV(B) | 74.02º | 0.55% | 0.76% | - |
| XYZ | 36.9 | 47.14 | 15.96 | - |
| YUV | 173.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 86 | 0.13 | 0 | 0.55 | 0.24 | 74.02 | 0.46 | 0.55 |
| Hex | A8 | C1 | 56 | D | 0 | 37 | 18 | 4A | 2E | 37 |
| Octal | 250 | 301 | 126 | 15 | 0 | 67 | 30 | 112 | 56 | 67 |
| Binary | 10101000 | 11000001 | 1010110 | 1101 | 0 | 110111 | 11000 | 1001010 | 101110 | 110111 |
Color Harmonies of #A8C156
Complementary color
Monochromatic Colors of #A8C156
Black with #A8C156
Text Example
Text Example
White with #A8C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C156; }
p { color: rgb(168,193,86); }
H1.HeaderClassName
{
color: #A8C156;
}
.AnyTagClassName
{
color: #A8C156;
}
</style>
background-color css
<style>
a { background-color: #A8C156; }
a { background-color: rgb(168,193,86); }
div.DivClassName
{
background-color: #A8C156;
}
.BgClassName
{
background-color: #A8C156;
}
</style>
border-color css
<style>
span { border-color: #A8C156; }
span { border-color: rgb(168,193,86); }
td.TdClassName
{
border-color: #A8C156;
}
.TagClassName
{
border-color: #A8C156;
}
</style>