Shades of Celery #A5B655
Tints of Celery #A5B655
RGB
CMYK
RGB Variations
Color information
#A5B655 (or 0xA5B655) is known color: Celery. HEX triplet: A5, B6 and 55. RGB value is (165,182,85). Sum of RGB (Red+Green+Blue) = 165+182+85=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B655 is #5A49AA. Grayscale: #A6A6A6. Windows color (decimal): -5917099 or 5617317. OLE color: 5617317.
HSL color Cylindrical-coordinate representation of color #A5B655: hue angle of 70.52º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5B655 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 85 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.29 |
| HSL | 70.52º | 0.4% | 0.52% | - |
| HSV(B) | 70.52º | 0.53% | 0.71% | - |
| XYZ | 33.88 | 42.11 | 14.94 | - |
| YUV | 165.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 85 | 0.09 | 0 | 0.53 | 0.29 | 70.52 | 0.4 | 0.52 |
| Hex | A5 | B6 | 55 | 9 | 0 | 35 | 1D | 47 | 28 | 34 |
| Octal | 245 | 266 | 125 | 11 | 0 | 65 | 35 | 107 | 50 | 64 |
| Binary | 10100101 | 10110110 | 1010101 | 1001 | 0 | 110101 | 11101 | 1000111 | 101000 | 110100 |
Color Harmonies of #A5B655
Complementary color
Monochromatic Colors of #A5B655
Black with #A5B655
Text Example
Text Example
White with #A5B655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B655; }
p { color: rgb(165,182,85); }
H1.HeaderClassName
{
color: #A5B655;
}
.AnyTagClassName
{
color: #A5B655;
}
</style>
background-color css
<style>
a { background-color: #A5B655; }
a { background-color: rgb(165,182,85); }
div.DivClassName
{
background-color: #A5B655;
}
.BgClassName
{
background-color: #A5B655;
}
</style>
border-color css
<style>
span { border-color: #A5B655; }
span { border-color: rgb(165,182,85); }
td.TdClassName
{
border-color: #A5B655;
}
.TagClassName
{
border-color: #A5B655;
}
</style>