Shades of Celery #A5C057
Tints of Celery #A5C057
RGB
CMYK
RGB Variations
Color information
#A5C057 (or 0xA5C057) is known color: Celery. HEX triplet: A5, C0 and 57. RGB value is (165,192,87). Sum of RGB (Red+Green+Blue) = 165+192+87=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C057 is #5A3FA8. Grayscale: #ACACAC. Windows color (decimal): -5914537 or 5750949. OLE color: 5750949.
HSL color Cylindrical-coordinate representation of color #A5C057: hue angle of 75.43º degrees, saturation: 0.45, 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 #A5C057 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 87 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.25 |
| HSL | 75.43º | 0.45% | 0.55% | - |
| HSV(B) | 75.43º | 0.55% | 0.75% | - |
| XYZ | 36.09 | 46.39 | 16.07 | - |
| YUV | 171.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 87 | 0.14 | 0 | 0.55 | 0.25 | 75.43 | 0.45 | 0.55 |
| Hex | A5 | C0 | 57 | E | 0 | 37 | 19 | 4B | 2D | 37 |
| Octal | 245 | 300 | 127 | 16 | 0 | 67 | 31 | 113 | 55 | 67 |
| Binary | 10100101 | 11000000 | 1010111 | 1110 | 0 | 110111 | 11001 | 1001011 | 101101 | 110111 |
Color Harmonies of #A5C057
Complementary color
Monochromatic Colors of #A5C057
Black with #A5C057
Text Example
Text Example
White with #A5C057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C057; }
p { color: rgb(165,192,87); }
H1.HeaderClassName
{
color: #A5C057;
}
.AnyTagClassName
{
color: #A5C057;
}
</style>
background-color css
<style>
a { background-color: #A5C057; }
a { background-color: rgb(165,192,87); }
div.DivClassName
{
background-color: #A5C057;
}
.BgClassName
{
background-color: #A5C057;
}
</style>
border-color css
<style>
span { border-color: #A5C057; }
span { border-color: rgb(165,192,87); }
td.TdClassName
{
border-color: #A5C057;
}
.TagClassName
{
border-color: #A5C057;
}
</style>