Shades of Celery #A8BA47
Tints of Celery #A8BA47
RGB
CMYK
RGB Variations
Color information
#A8BA47 (or 0xA8BA47) is known color: Celery. HEX triplet: A8, BA and 47. RGB value is (168,186,71). Sum of RGB (Red+Green+Blue) = 168+186+71=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA47 is #5745B8. Grayscale: #A7A7A7. Windows color (decimal): -5719481 or 4700840. OLE color: 4700840.
HSL color Cylindrical-coordinate representation of color #A8BA47: hue angle of 69.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8BA47 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 71 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.27 |
| HSL | 69.39º | 0.45% | 0.5% | - |
| HSV(B) | 69.39º | 0.62% | 0.73% | - |
| XYZ | 34.84 | 43.9 | 12.6 | - |
| YUV | 167.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 71 | 0.10 | 0 | 0.62 | 0.27 | 69.39 | 0.45 | 0.5 |
| Hex | A8 | BA | 47 | A | 0 | 3E | 1B | 45 | 2D | 32 |
| Octal | 250 | 272 | 107 | 12 | 0 | 76 | 33 | 105 | 55 | 62 |
| Binary | 10101000 | 10111010 | 1000111 | 1010 | 0 | 111110 | 11011 | 1000101 | 101101 | 110010 |
Color Harmonies of #A8BA47
Complementary color
Monochromatic Colors of #A8BA47
Black with #A8BA47
Text Example
Text Example
White with #A8BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA47; }
p { color: rgb(168,186,71); }
H1.HeaderClassName
{
color: #A8BA47;
}
.AnyTagClassName
{
color: #A8BA47;
}
</style>
background-color css
<style>
a { background-color: #A8BA47; }
a { background-color: rgb(168,186,71); }
div.DivClassName
{
background-color: #A8BA47;
}
.BgClassName
{
background-color: #A8BA47;
}
</style>
border-color css
<style>
span { border-color: #A8BA47; }
span { border-color: rgb(168,186,71); }
td.TdClassName
{
border-color: #A8BA47;
}
.TagClassName
{
border-color: #A8BA47;
}
</style>