Shades of Celery #A6B856
Tints of Celery #A6B856
RGB
CMYK
RGB Variations
Color information
#A6B856 (or 0xA6B856) is known color: Celery. HEX triplet: A6, B8 and 56. RGB value is (166,184,86). Sum of RGB (Red+Green+Blue) = 166+184+86=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B856 is #5947A9. Grayscale: #A7A7A7. Windows color (decimal): -5851050 or 5683366. OLE color: 5683366.
HSL color Cylindrical-coordinate representation of color #A6B856: hue angle of 71.02º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6B856 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 86 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.28 |
| HSL | 71.02º | 0.41% | 0.53% | - |
| HSV(B) | 71.02º | 0.53% | 0.72% | - |
| XYZ | 34.55 | 43.06 | 15.29 | - |
| YUV | 167.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 86 | 0.10 | 0 | 0.53 | 0.28 | 71.02 | 0.41 | 0.53 |
| Hex | A6 | B8 | 56 | A | 0 | 35 | 1C | 47 | 29 | 35 |
| Octal | 246 | 270 | 126 | 12 | 0 | 65 | 34 | 107 | 51 | 65 |
| Binary | 10100110 | 10111000 | 1010110 | 1010 | 0 | 110101 | 11100 | 1000111 | 101001 | 110101 |
Color Harmonies of #A6B856
Complementary color
Monochromatic Colors of #A6B856
Black with #A6B856
Text Example
Text Example
White with #A6B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B856; }
p { color: rgb(166,184,86); }
H1.HeaderClassName
{
color: #A6B856;
}
.AnyTagClassName
{
color: #A6B856;
}
</style>
background-color css
<style>
a { background-color: #A6B856; }
a { background-color: rgb(166,184,86); }
div.DivClassName
{
background-color: #A6B856;
}
.BgClassName
{
background-color: #A6B856;
}
</style>
border-color css
<style>
span { border-color: #A6B856; }
span { border-color: rgb(166,184,86); }
td.TdClassName
{
border-color: #A6B856;
}
.TagClassName
{
border-color: #A6B856;
}
</style>