Shades of Celery #A5BA40
Tints of Celery #A5BA40
RGB
CMYK
RGB Variations
Color information
#A5BA40 (or 0xA5BA40) is known color: Celery. HEX triplet: A5, BA and 40. RGB value is (165,186,64). Sum of RGB (Red+Green+Blue) = 165+186+64=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA40 is #5A45BF. Grayscale: #A6A6A6. Windows color (decimal): -5916096 or 4242085. OLE color: 4242085.
HSL color Cylindrical-coordinate representation of color #A5BA40: hue angle of 70.33º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5BA40 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 64 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.27 |
| HSL | 70.33º | 0.49% | 0.49% | - |
| HSV(B) | 70.33º | 0.66% | 0.73% | - |
| XYZ | 34 | 43.49 | 11.45 | - |
| YUV | 165.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 64 | 0.11 | 0 | 0.66 | 0.27 | 70.33 | 0.49 | 0.49 |
| Hex | A5 | BA | 40 | B | 0 | 42 | 1B | 46 | 31 | 31 |
| Octal | 245 | 272 | 100 | 13 | 0 | 102 | 33 | 106 | 61 | 61 |
| Binary | 10100101 | 10111010 | 1000000 | 1011 | 0 | 1000010 | 11011 | 1000110 | 110001 | 110001 |
Color Harmonies of #A5BA40
Complementary color
Monochromatic Colors of #A5BA40
Black with #A5BA40
Text Example
Text Example
White with #A5BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA40; }
p { color: rgb(165,186,64); }
H1.HeaderClassName
{
color: #A5BA40;
}
.AnyTagClassName
{
color: #A5BA40;
}
</style>
background-color css
<style>
a { background-color: #A5BA40; }
a { background-color: rgb(165,186,64); }
div.DivClassName
{
background-color: #A5BA40;
}
.BgClassName
{
background-color: #A5BA40;
}
</style>
border-color css
<style>
span { border-color: #A5BA40; }
span { border-color: rgb(165,186,64); }
td.TdClassName
{
border-color: #A5BA40;
}
.TagClassName
{
border-color: #A5BA40;
}
</style>