Shades of Celery #A3BA52
Tints of Celery #A3BA52
RGB
CMYK
RGB Variations
Color information
#A3BA52 (or 0xA3BA52) is known color: Celery. HEX triplet: A3, BA and 52. RGB value is (163,186,82). Sum of RGB (Red+Green+Blue) = 163+186+82=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA52 is #5C45AD. Grayscale: #A7A7A7. Windows color (decimal): -6047150 or 5421731. OLE color: 5421731.
HSL color Cylindrical-coordinate representation of color #A3BA52: hue angle of 73.27º 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 #A3BA52 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 82 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.27 |
| HSL | 73.27º | 0.43% | 0.53% | - |
| HSV(B) | 73.27º | 0.56% | 0.73% | - |
| XYZ | 34.19 | 43.51 | 14.58 | - |
| YUV | 167.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 82 | 0.12 | 0 | 0.56 | 0.27 | 73.27 | 0.43 | 0.53 |
| Hex | A3 | BA | 52 | C | 0 | 38 | 1B | 49 | 2B | 35 |
| Octal | 243 | 272 | 122 | 14 | 0 | 70 | 33 | 111 | 53 | 65 |
| Binary | 10100011 | 10111010 | 1010010 | 1100 | 0 | 111000 | 11011 | 1001001 | 101011 | 110101 |
Color Harmonies of #A3BA52
Complementary color
Monochromatic Colors of #A3BA52
Black with #A3BA52
Text Example
Text Example
White with #A3BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA52; }
p { color: rgb(163,186,82); }
H1.HeaderClassName
{
color: #A3BA52;
}
.AnyTagClassName
{
color: #A3BA52;
}
</style>
background-color css
<style>
a { background-color: #A3BA52; }
a { background-color: rgb(163,186,82); }
div.DivClassName
{
background-color: #A3BA52;
}
.BgClassName
{
background-color: #A3BA52;
}
</style>
border-color css
<style>
span { border-color: #A3BA52; }
span { border-color: rgb(163,186,82); }
td.TdClassName
{
border-color: #A3BA52;
}
.TagClassName
{
border-color: #A3BA52;
}
</style>