Shades of Celery #A5C056
Tints of Celery #A5C056
RGB
CMYK
RGB Variations
Color information
#A5C056 (or 0xA5C056) is known color: Celery. HEX triplet: A5, C0 and 56. RGB value is (165,192,86). Sum of RGB (Red+Green+Blue) = 165+192+86=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C056 is #5A3FA9. Grayscale: #ACACAC. Windows color (decimal): -5914538 or 5685413. OLE color: 5685413.
HSL color Cylindrical-coordinate representation of color #A5C056: hue angle of 75.28º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5C056 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 86 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.25 |
| HSL | 75.28º | 0.46% | 0.55% | - |
| HSV(B) | 75.28º | 0.55% | 0.75% | - |
| XYZ | 36.05 | 46.37 | 15.85 | - |
| YUV | 171.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 86 | 0.14 | 0 | 0.55 | 0.25 | 75.28 | 0.46 | 0.55 |
| Hex | A5 | C0 | 56 | E | 0 | 37 | 19 | 4B | 2E | 37 |
| Octal | 245 | 300 | 126 | 16 | 0 | 67 | 31 | 113 | 56 | 67 |
| Binary | 10100101 | 11000000 | 1010110 | 1110 | 0 | 110111 | 11001 | 1001011 | 101110 | 110111 |
Color Harmonies of #A5C056
Complementary color
Monochromatic Colors of #A5C056
Black with #A5C056
Text Example
Text Example
White with #A5C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C056; }
p { color: rgb(165,192,86); }
H1.HeaderClassName
{
color: #A5C056;
}
.AnyTagClassName
{
color: #A5C056;
}
</style>
background-color css
<style>
a { background-color: #A5C056; }
a { background-color: rgb(165,192,86); }
div.DivClassName
{
background-color: #A5C056;
}
.BgClassName
{
background-color: #A5C056;
}
</style>
border-color css
<style>
span { border-color: #A5C056; }
span { border-color: rgb(165,192,86); }
td.TdClassName
{
border-color: #A5C056;
}
.TagClassName
{
border-color: #A5C056;
}
</style>