Shades of Celery #A8C456
Tints of Celery #A8C456
RGB
CMYK
RGB Variations
Color information
#A8C456 (or 0xA8C456) is known color: Celery. HEX triplet: A8, C4 and 56. RGB value is (168,196,86). Sum of RGB (Red+Green+Blue) = 168+196+86=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C456 is #573BA9. Grayscale: #AFAFAF. Windows color (decimal): -5716906 or 5686440. OLE color: 5686440.
HSL color Cylindrical-coordinate representation of color #A8C456: hue angle of 75.27º degrees, saturation: 0.48, 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 #A8C456 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 86 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.23 |
| HSL | 75.27º | 0.48% | 0.55% | - |
| HSV(B) | 75.27º | 0.56% | 0.77% | - |
| XYZ | 37.57 | 48.48 | 16.18 | - |
| YUV | 175.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 86 | 0.14 | 0 | 0.56 | 0.23 | 75.27 | 0.48 | 0.55 |
| Hex | A8 | C4 | 56 | E | 0 | 38 | 17 | 4B | 30 | 37 |
| Octal | 250 | 304 | 126 | 16 | 0 | 70 | 27 | 113 | 60 | 67 |
| Binary | 10101000 | 11000100 | 1010110 | 1110 | 0 | 111000 | 10111 | 1001011 | 110000 | 110111 |
Color Harmonies of #A8C456
Complementary color
Monochromatic Colors of #A8C456
Black with #A8C456
Text Example
Text Example
White with #A8C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C456; }
p { color: rgb(168,196,86); }
H1.HeaderClassName
{
color: #A8C456;
}
.AnyTagClassName
{
color: #A8C456;
}
</style>
background-color css
<style>
a { background-color: #A8C456; }
a { background-color: rgb(168,196,86); }
div.DivClassName
{
background-color: #A8C456;
}
.BgClassName
{
background-color: #A8C456;
}
</style>
border-color css
<style>
span { border-color: #A8C456; }
span { border-color: rgb(168,196,86); }
td.TdClassName
{
border-color: #A8C456;
}
.TagClassName
{
border-color: #A8C456;
}
</style>