Shades of Celery #A5B553
Tints of Celery #A5B553
RGB
CMYK
RGB Variations
Color information
#A5B553 (or 0xA5B553) is known color: Celery. HEX triplet: A5, B5 and 53. RGB value is (165,181,83). Sum of RGB (Red+Green+Blue) = 165+181+83=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B553 is #5A4AAC. Grayscale: #A5A5A5. Windows color (decimal): -5917357 or 5485989. OLE color: 5485989.
HSL color Cylindrical-coordinate representation of color #A5B553: hue angle of 69.8º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5B553 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 83 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.29 |
| HSL | 69.8º | 0.4% | 0.52% | - |
| HSV(B) | 69.8º | 0.54% | 0.71% | - |
| XYZ | 33.6 | 41.67 | 14.46 | - |
| YUV | 165.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 83 | 0.09 | 0 | 0.54 | 0.29 | 69.8 | 0.4 | 0.52 |
| Hex | A5 | B5 | 53 | 9 | 0 | 36 | 1D | 46 | 28 | 34 |
| Octal | 245 | 265 | 123 | 11 | 0 | 66 | 35 | 106 | 50 | 64 |
| Binary | 10100101 | 10110101 | 1010011 | 1001 | 0 | 110110 | 11101 | 1000110 | 101000 | 110100 |
Color Harmonies of #A5B553
Complementary color
Monochromatic Colors of #A5B553
Black with #A5B553
Text Example
Text Example
White with #A5B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B553; }
p { color: rgb(165,181,83); }
H1.HeaderClassName
{
color: #A5B553;
}
.AnyTagClassName
{
color: #A5B553;
}
</style>
background-color css
<style>
a { background-color: #A5B553; }
a { background-color: rgb(165,181,83); }
div.DivClassName
{
background-color: #A5B553;
}
.BgClassName
{
background-color: #A5B553;
}
</style>
border-color css
<style>
span { border-color: #A5B553; }
span { border-color: rgb(165,181,83); }
td.TdClassName
{
border-color: #A5B553;
}
.TagClassName
{
border-color: #A5B553;
}
</style>