Shades of Celery #A5BA4D
Tints of Celery #A5BA4D
RGB
CMYK
RGB Variations
Color information
#A5BA4D (or 0xA5BA4D) is known color: Celery. HEX triplet: A5, BA and 4D. RGB value is (165,186,77). Sum of RGB (Red+Green+Blue) = 165+186+77=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA4D is #5A45B2. Grayscale: #A7A7A7. Windows color (decimal): -5916083 or 5094053. OLE color: 5094053.
HSL color Cylindrical-coordinate representation of color #A5BA4D: hue angle of 71.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5BA4D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 77 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.27 |
| HSL | 71.56º | 0.44% | 0.52% | - |
| HSV(B) | 71.56º | 0.59% | 0.73% | - |
| XYZ | 34.42 | 43.65 | 13.63 | - |
| YUV | 167.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 77 | 0.11 | 0 | 0.59 | 0.27 | 71.56 | 0.44 | 0.52 |
| Hex | A5 | BA | 4D | B | 0 | 3B | 1B | 48 | 2C | 34 |
| Octal | 245 | 272 | 115 | 13 | 0 | 73 | 33 | 110 | 54 | 64 |
| Binary | 10100101 | 10111010 | 1001101 | 1011 | 0 | 111011 | 11011 | 1001000 | 101100 | 110100 |
Color Harmonies of #A5BA4D
Complementary color
Monochromatic Colors of #A5BA4D
Black with #A5BA4D
Text Example
Text Example
White with #A5BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA4D; }
p { color: rgb(165,186,77); }
H1.HeaderClassName
{
color: #A5BA4D;
}
.AnyTagClassName
{
color: #A5BA4D;
}
</style>
background-color css
<style>
a { background-color: #A5BA4D; }
a { background-color: rgb(165,186,77); }
div.DivClassName
{
background-color: #A5BA4D;
}
.BgClassName
{
background-color: #A5BA4D;
}
</style>
border-color css
<style>
span { border-color: #A5BA4D; }
span { border-color: rgb(165,186,77); }
td.TdClassName
{
border-color: #A5BA4D;
}
.TagClassName
{
border-color: #A5BA4D;
}
</style>