Shades of Celery #A5BA4E
Tints of Celery #A5BA4E
RGB
CMYK
RGB Variations
Color information
#A5BA4E (or 0xA5BA4E) is known color: Celery. HEX triplet: A5, BA and 4E. RGB value is (165,186,78). Sum of RGB (Red+Green+Blue) = 165+186+78=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA4E is #5A45B1. Grayscale: #A7A7A7. Windows color (decimal): -5916082 or 5159589. OLE color: 5159589.
HSL color Cylindrical-coordinate representation of color #A5BA4E: hue angle of 71.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5BA4E is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 78 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.27 |
| HSL | 71.67º | 0.44% | 0.52% | - |
| HSV(B) | 71.67º | 0.58% | 0.73% | - |
| XYZ | 34.45 | 43.67 | 13.82 | - |
| YUV | 167.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 78 | 0.11 | 0 | 0.58 | 0.27 | 71.67 | 0.44 | 0.52 |
| Hex | A5 | BA | 4E | B | 0 | 3A | 1B | 48 | 2C | 34 |
| Octal | 245 | 272 | 116 | 13 | 0 | 72 | 33 | 110 | 54 | 64 |
| Binary | 10100101 | 10111010 | 1001110 | 1011 | 0 | 111010 | 11011 | 1001000 | 101100 | 110100 |
Color Harmonies of #A5BA4E
Complementary color
Monochromatic Colors of #A5BA4E
Black with #A5BA4E
Text Example
Text Example
White with #A5BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA4E; }
p { color: rgb(165,186,78); }
H1.HeaderClassName
{
color: #A5BA4E;
}
.AnyTagClassName
{
color: #A5BA4E;
}
</style>
background-color css
<style>
a { background-color: #A5BA4E; }
a { background-color: rgb(165,186,78); }
div.DivClassName
{
background-color: #A5BA4E;
}
.BgClassName
{
background-color: #A5BA4E;
}
</style>
border-color css
<style>
span { border-color: #A5BA4E; }
span { border-color: rgb(165,186,78); }
td.TdClassName
{
border-color: #A5BA4E;
}
.TagClassName
{
border-color: #A5BA4E;
}
</style>