Shades of Celery #A8BD56
Tints of Celery #A8BD56
RGB
CMYK
RGB Variations
Color information
#A8BD56 (or 0xA8BD56) is known color: Celery. HEX triplet: A8, BD and 56. RGB value is (168,189,86). Sum of RGB (Red+Green+Blue) = 168+189+86=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD56 is #5742A9. Grayscale: #ABABAB. Windows color (decimal): -5718698 or 5684648. OLE color: 5684648.
HSL color Cylindrical-coordinate representation of color #A8BD56: hue angle of 72.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8BD56 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 86 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.26 |
| HSL | 72.23º | 0.44% | 0.54% | - |
| HSV(B) | 72.23º | 0.54% | 0.74% | - |
| XYZ | 36.03 | 45.39 | 15.67 | - |
| YUV | 170.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 86 | 0.11 | 0 | 0.54 | 0.26 | 72.23 | 0.44 | 0.54 |
| Hex | A8 | BD | 56 | B | 0 | 36 | 1A | 48 | 2C | 36 |
| Octal | 250 | 275 | 126 | 13 | 0 | 66 | 32 | 110 | 54 | 66 |
| Binary | 10101000 | 10111101 | 1010110 | 1011 | 0 | 110110 | 11010 | 1001000 | 101100 | 110110 |
Color Harmonies of #A8BD56
Complementary color
Monochromatic Colors of #A8BD56
Black with #A8BD56
Text Example
Text Example
White with #A8BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD56; }
p { color: rgb(168,189,86); }
H1.HeaderClassName
{
color: #A8BD56;
}
.AnyTagClassName
{
color: #A8BD56;
}
</style>
background-color css
<style>
a { background-color: #A8BD56; }
a { background-color: rgb(168,189,86); }
div.DivClassName
{
background-color: #A8BD56;
}
.BgClassName
{
background-color: #A8BD56;
}
</style>
border-color css
<style>
span { border-color: #A8BD56; }
span { border-color: rgb(168,189,86); }
td.TdClassName
{
border-color: #A8BD56;
}
.TagClassName
{
border-color: #A8BD56;
}
</style>