Shades of Celery #A5BA46
Tints of Celery #A5BA46
RGB
CMYK
RGB Variations
Color information
#A5BA46 (or 0xA5BA46) is known color: Celery. HEX triplet: A5, BA and 46. RGB value is (165,186,70). Sum of RGB (Red+Green+Blue) = 165+186+70=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA46 is #5A45B9. Grayscale: #A6A6A6. Windows color (decimal): -5916090 or 4635301. OLE color: 4635301.
HSL color Cylindrical-coordinate representation of color #A5BA46: hue angle of 70.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5BA46 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 70 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.27 |
| HSL | 70.86º | 0.46% | 0.5% | - |
| HSV(B) | 70.86º | 0.62% | 0.73% | - |
| XYZ | 34.18 | 43.56 | 12.4 | - |
| YUV | 166.5 | 73.54 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 70 | 0.11 | 0 | 0.62 | 0.27 | 70.86 | 0.46 | 0.5 |
| Hex | A5 | BA | 46 | B | 0 | 3E | 1B | 47 | 2E | 32 |
| Octal | 245 | 272 | 106 | 13 | 0 | 76 | 33 | 107 | 56 | 62 |
| Binary | 10100101 | 10111010 | 1000110 | 1011 | 0 | 111110 | 11011 | 1000111 | 101110 | 110010 |
Color Harmonies of #A5BA46
Complementary color
Monochromatic Colors of #A5BA46
Black with #A5BA46
Text Example
Text Example
White with #A5BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA46; }
p { color: rgb(165,186,70); }
H1.HeaderClassName
{
color: #A5BA46;
}
.AnyTagClassName
{
color: #A5BA46;
}
</style>
background-color css
<style>
a { background-color: #A5BA46; }
a { background-color: rgb(165,186,70); }
div.DivClassName
{
background-color: #A5BA46;
}
.BgClassName
{
background-color: #A5BA46;
}
</style>
border-color css
<style>
span { border-color: #A5BA46; }
span { border-color: rgb(165,186,70); }
td.TdClassName
{
border-color: #A5BA46;
}
.TagClassName
{
border-color: #A5BA46;
}
</style>