Shades of Celery #A5B051
Tints of Celery #A5B051
RGB
CMYK
RGB Variations
Color information
#A5B051 (or 0xA5B051) is known color: Celery. HEX triplet: A5, B0 and 51. RGB value is (165,176,81). Sum of RGB (Red+Green+Blue) = 165+176+81=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B051 is #5A4FAE. Grayscale: #A2A2A2. Windows color (decimal): -5918639 or 5353637. OLE color: 5353637.
HSL color Cylindrical-coordinate representation of color #A5B051: hue angle of 66.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5B051 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 81 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.31 |
| HSL | 66.95º | 0.38% | 0.5% | - |
| HSV(B) | 66.95º | 0.54% | 0.69% | - |
| XYZ | 32.53 | 39.64 | 13.72 | - |
| YUV | 161.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 81 | 0.06 | 0 | 0.54 | 0.31 | 66.95 | 0.38 | 0.5 |
| Hex | A5 | B0 | 51 | 6 | 0 | 36 | 1F | 43 | 26 | 32 |
| Octal | 245 | 260 | 121 | 6 | 0 | 66 | 37 | 103 | 46 | 62 |
| Binary | 10100101 | 10110000 | 1010001 | 110 | 0 | 110110 | 11111 | 1000011 | 100110 | 110010 |
Color Harmonies of #A5B051
Complementary color
Monochromatic Colors of #A5B051
Black with #A5B051
Text Example
Text Example
White with #A5B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B051; }
p { color: rgb(165,176,81); }
H1.HeaderClassName
{
color: #A5B051;
}
.AnyTagClassName
{
color: #A5B051;
}
</style>
background-color css
<style>
a { background-color: #A5B051; }
a { background-color: rgb(165,176,81); }
div.DivClassName
{
background-color: #A5B051;
}
.BgClassName
{
background-color: #A5B051;
}
</style>
border-color css
<style>
span { border-color: #A5B051; }
span { border-color: rgb(165,176,81); }
td.TdClassName
{
border-color: #A5B051;
}
.TagClassName
{
border-color: #A5B051;
}
</style>