Shades of Celery #A8BA54
Tints of Celery #A8BA54
RGB
CMYK
RGB Variations
Color information
#A8BA54 (or 0xA8BA54) is known color: Celery. HEX triplet: A8, BA and 54. RGB value is (168,186,84). Sum of RGB (Red+Green+Blue) = 168+186+84=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA54 is #5745AB. Grayscale: #A9A9A9. Windows color (decimal): -5719468 or 5552808. OLE color: 5552808.
HSL color Cylindrical-coordinate representation of color #A8BA54: hue angle of 70.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8BA54 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 84 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.27 |
| HSL | 70.59º | 0.43% | 0.53% | - |
| HSV(B) | 70.59º | 0.55% | 0.73% | - |
| XYZ | 35.31 | 44.08 | 15.04 | - |
| YUV | 168.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 84 | 0.10 | 0 | 0.55 | 0.27 | 70.59 | 0.43 | 0.53 |
| Hex | A8 | BA | 54 | A | 0 | 37 | 1B | 47 | 2A | 35 |
| Octal | 250 | 272 | 124 | 12 | 0 | 67 | 33 | 107 | 52 | 65 |
| Binary | 10101000 | 10111010 | 1010100 | 1010 | 0 | 110111 | 11011 | 1000111 | 101010 | 110101 |
Color Harmonies of #A8BA54
Complementary color
Monochromatic Colors of #A8BA54
Black with #A8BA54
Text Example
Text Example
White with #A8BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA54; }
p { color: rgb(168,186,84); }
H1.HeaderClassName
{
color: #A8BA54;
}
.AnyTagClassName
{
color: #A8BA54;
}
</style>
background-color css
<style>
a { background-color: #A8BA54; }
a { background-color: rgb(168,186,84); }
div.DivClassName
{
background-color: #A8BA54;
}
.BgClassName
{
background-color: #A8BA54;
}
</style>
border-color css
<style>
span { border-color: #A8BA54; }
span { border-color: rgb(168,186,84); }
td.TdClassName
{
border-color: #A8BA54;
}
.TagClassName
{
border-color: #A8BA54;
}
</style>