Shades of Celery #A8BC49
Tints of Celery #A8BC49
RGB
CMYK
RGB Variations
Color information
#A8BC49 (or 0xA8BC49) is known color: Celery. HEX triplet: A8, BC and 49. RGB value is (168,188,73). Sum of RGB (Red+Green+Blue) = 168+188+73=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC49 is #5743B6. Grayscale: #A9A9A9. Windows color (decimal): -5718967 or 4832424. OLE color: 4832424.
HSL color Cylindrical-coordinate representation of color #A8BC49: hue angle of 70.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8BC49 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 73 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.26 |
| HSL | 70.43º | 0.46% | 0.51% | - |
| HSV(B) | 70.43º | 0.61% | 0.74% | - |
| XYZ | 35.33 | 44.77 | 13.08 | - |
| YUV | 168.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 73 | 0.11 | 0 | 0.61 | 0.26 | 70.43 | 0.46 | 0.51 |
| Hex | A8 | BC | 49 | B | 0 | 3D | 1A | 46 | 2E | 33 |
| Octal | 250 | 274 | 111 | 13 | 0 | 75 | 32 | 106 | 56 | 63 |
| Binary | 10101000 | 10111100 | 1001001 | 1011 | 0 | 111101 | 11010 | 1000110 | 101110 | 110011 |
Color Harmonies of #A8BC49
Complementary color
Monochromatic Colors of #A8BC49
Black with #A8BC49
Text Example
Text Example
White with #A8BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC49; }
p { color: rgb(168,188,73); }
H1.HeaderClassName
{
color: #A8BC49;
}
.AnyTagClassName
{
color: #A8BC49;
}
</style>
background-color css
<style>
a { background-color: #A8BC49; }
a { background-color: rgb(168,188,73); }
div.DivClassName
{
background-color: #A8BC49;
}
.BgClassName
{
background-color: #A8BC49;
}
</style>
border-color css
<style>
span { border-color: #A8BC49; }
span { border-color: rgb(168,188,73); }
td.TdClassName
{
border-color: #A8BC49;
}
.TagClassName
{
border-color: #A8BC49;
}
</style>