Shades of Celery #A8BC4E
Tints of Celery #A8BC4E
RGB
CMYK
RGB Variations
Color information
#A8BC4E (or 0xA8BC4E) is known color: Celery. HEX triplet: A8, BC and 4E. RGB value is (168,188,78). Sum of RGB (Red+Green+Blue) = 168+188+78=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC4E is #5743B1. Grayscale: #A9A9A9. Windows color (decimal): -5718962 or 5160104. OLE color: 5160104.
HSL color Cylindrical-coordinate representation of color #A8BC4E: hue angle of 70.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8BC4E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 78 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.26 |
| HSL | 70.91º | 0.45% | 0.52% | - |
| HSV(B) | 70.91º | 0.59% | 0.74% | - |
| XYZ | 35.51 | 44.84 | 13.99 | - |
| YUV | 169.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 78 | 0.11 | 0 | 0.59 | 0.26 | 70.91 | 0.45 | 0.52 |
| Hex | A8 | BC | 4E | B | 0 | 3B | 1A | 47 | 2D | 34 |
| Octal | 250 | 274 | 116 | 13 | 0 | 73 | 32 | 107 | 55 | 64 |
| Binary | 10101000 | 10111100 | 1001110 | 1011 | 0 | 111011 | 11010 | 1000111 | 101101 | 110100 |
Color Harmonies of #A8BC4E
Complementary color
Monochromatic Colors of #A8BC4E
Black with #A8BC4E
Text Example
Text Example
White with #A8BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC4E; }
p { color: rgb(168,188,78); }
H1.HeaderClassName
{
color: #A8BC4E;
}
.AnyTagClassName
{
color: #A8BC4E;
}
</style>
background-color css
<style>
a { background-color: #A8BC4E; }
a { background-color: rgb(168,188,78); }
div.DivClassName
{
background-color: #A8BC4E;
}
.BgClassName
{
background-color: #A8BC4E;
}
</style>
border-color css
<style>
span { border-color: #A8BC4E; }
span { border-color: rgb(168,188,78); }
td.TdClassName
{
border-color: #A8BC4E;
}
.TagClassName
{
border-color: #A8BC4E;
}
</style>