Shades of Celery #A8B956
Tints of Celery #A8B956
RGB
CMYK
RGB Variations
Color information
#A8B956 (or 0xA8B956) is known color: Celery. HEX triplet: A8, B9 and 56. RGB value is (168,185,86). Sum of RGB (Red+Green+Blue) = 168+185+86=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B956 is #5746A9. Grayscale: #A9A9A9. Windows color (decimal): -5719722 or 5683624. OLE color: 5683624.
HSL color Cylindrical-coordinate representation of color #A8B956: hue angle of 70.3º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8B956 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 86 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.27 |
| HSL | 70.3º | 0.41% | 0.53% | - |
| HSV(B) | 70.3º | 0.54% | 0.73% | - |
| XYZ | 35.18 | 43.69 | 15.38 | - |
| YUV | 168.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 86 | 0.09 | 0 | 0.54 | 0.27 | 70.3 | 0.41 | 0.53 |
| Hex | A8 | B9 | 56 | 9 | 0 | 36 | 1B | 46 | 29 | 35 |
| Octal | 250 | 271 | 126 | 11 | 0 | 66 | 33 | 106 | 51 | 65 |
| Binary | 10101000 | 10111001 | 1010110 | 1001 | 0 | 110110 | 11011 | 1000110 | 101001 | 110101 |
Color Harmonies of #A8B956
Complementary color
Monochromatic Colors of #A8B956
Black with #A8B956
Text Example
Text Example
White with #A8B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B956; }
p { color: rgb(168,185,86); }
H1.HeaderClassName
{
color: #A8B956;
}
.AnyTagClassName
{
color: #A8B956;
}
</style>
background-color css
<style>
a { background-color: #A8B956; }
a { background-color: rgb(168,185,86); }
div.DivClassName
{
background-color: #A8B956;
}
.BgClassName
{
background-color: #A8B956;
}
</style>
border-color css
<style>
span { border-color: #A8B956; }
span { border-color: rgb(168,185,86); }
td.TdClassName
{
border-color: #A8B956;
}
.TagClassName
{
border-color: #A8B956;
}
</style>