Shades of Celery #A8BC47
Tints of Celery #A8BC47
RGB
CMYK
RGB Variations
Color information
#A8BC47 (or 0xA8BC47) is known color: Celery. HEX triplet: A8, BC and 47. RGB value is (168,188,71). Sum of RGB (Red+Green+Blue) = 168+188+71=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC47 is #5743B8. Grayscale: #A9A9A9. Windows color (decimal): -5718969 or 4701352. OLE color: 4701352.
HSL color Cylindrical-coordinate representation of color #A8BC47: hue angle of 70.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8BC47 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 71 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.26 |
| HSL | 70.26º | 0.47% | 0.51% | - |
| HSV(B) | 70.26º | 0.62% | 0.74% | - |
| XYZ | 35.27 | 44.75 | 12.74 | - |
| YUV | 168.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 71 | 0.11 | 0 | 0.62 | 0.26 | 70.26 | 0.47 | 0.51 |
| Hex | A8 | BC | 47 | B | 0 | 3E | 1A | 46 | 2F | 33 |
| Octal | 250 | 274 | 107 | 13 | 0 | 76 | 32 | 106 | 57 | 63 |
| Binary | 10101000 | 10111100 | 1000111 | 1011 | 0 | 111110 | 11010 | 1000110 | 101111 | 110011 |
Color Harmonies of #A8BC47
Complementary color
Monochromatic Colors of #A8BC47
Black with #A8BC47
Text Example
Text Example
White with #A8BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC47; }
p { color: rgb(168,188,71); }
H1.HeaderClassName
{
color: #A8BC47;
}
.AnyTagClassName
{
color: #A8BC47;
}
</style>
background-color css
<style>
a { background-color: #A8BC47; }
a { background-color: rgb(168,188,71); }
div.DivClassName
{
background-color: #A8BC47;
}
.BgClassName
{
background-color: #A8BC47;
}
</style>
border-color css
<style>
span { border-color: #A8BC47; }
span { border-color: rgb(168,188,71); }
td.TdClassName
{
border-color: #A8BC47;
}
.TagClassName
{
border-color: #A8BC47;
}
</style>