Shades of Celery #A5BA52
Tints of Celery #A5BA52
RGB
CMYK
RGB Variations
Color information
#A5BA52 (or 0xA5BA52) is known color: Celery. HEX triplet: A5, BA and 52. RGB value is (165,186,82). Sum of RGB (Red+Green+Blue) = 165+186+82=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA52 is #5A45AD. Grayscale: #A8A8A8. Windows color (decimal): -5916078 or 5421733. OLE color: 5421733.
HSL color Cylindrical-coordinate representation of color #A5BA52: hue angle of 72.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5BA52 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 82 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.27 |
| HSL | 72.12º | 0.43% | 0.53% | - |
| HSV(B) | 72.12º | 0.56% | 0.73% | - |
| XYZ | 34.6 | 43.73 | 14.6 | - |
| YUV | 167.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 82 | 0.11 | 0 | 0.56 | 0.27 | 72.12 | 0.43 | 0.53 |
| Hex | A5 | BA | 52 | B | 0 | 38 | 1B | 48 | 2B | 35 |
| Octal | 245 | 272 | 122 | 13 | 0 | 70 | 33 | 110 | 53 | 65 |
| Binary | 10100101 | 10111010 | 1010010 | 1011 | 0 | 111000 | 11011 | 1001000 | 101011 | 110101 |
Color Harmonies of #A5BA52
Complementary color
Monochromatic Colors of #A5BA52
Black with #A5BA52
Text Example
Text Example
White with #A5BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA52; }
p { color: rgb(165,186,82); }
H1.HeaderClassName
{
color: #A5BA52;
}
.AnyTagClassName
{
color: #A5BA52;
}
</style>
background-color css
<style>
a { background-color: #A5BA52; }
a { background-color: rgb(165,186,82); }
div.DivClassName
{
background-color: #A5BA52;
}
.BgClassName
{
background-color: #A5BA52;
}
</style>
border-color css
<style>
span { border-color: #A5BA52; }
span { border-color: rgb(165,186,82); }
td.TdClassName
{
border-color: #A5BA52;
}
.TagClassName
{
border-color: #A5BA52;
}
</style>