Shades of Celery #A3BA50
Tints of Celery #A3BA50
RGB
CMYK
RGB Variations
Color information
#A3BA50 (or 0xA3BA50) is known color: Celery. HEX triplet: A3, BA and 50. RGB value is (163,186,80). Sum of RGB (Red+Green+Blue) = 163+186+80=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA50 is #5C45AF. Grayscale: #A7A7A7. Windows color (decimal): -6047152 or 5290659. OLE color: 5290659.
HSL color Cylindrical-coordinate representation of color #A3BA50: hue angle of 73.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3BA50 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 80 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.27 |
| HSL | 73.02º | 0.43% | 0.52% | - |
| HSV(B) | 73.02º | 0.57% | 0.73% | - |
| XYZ | 34.11 | 43.48 | 14.18 | - |
| YUV | 167.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 80 | 0.12 | 0 | 0.57 | 0.27 | 73.02 | 0.43 | 0.52 |
| Hex | A3 | BA | 50 | C | 0 | 39 | 1B | 49 | 2B | 34 |
| Octal | 243 | 272 | 120 | 14 | 0 | 71 | 33 | 111 | 53 | 64 |
| Binary | 10100011 | 10111010 | 1010000 | 1100 | 0 | 111001 | 11011 | 1001001 | 101011 | 110100 |
Color Harmonies of #A3BA50
Complementary color
Monochromatic Colors of #A3BA50
Black with #A3BA50
Text Example
Text Example
White with #A3BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA50; }
p { color: rgb(163,186,80); }
H1.HeaderClassName
{
color: #A3BA50;
}
.AnyTagClassName
{
color: #A3BA50;
}
</style>
background-color css
<style>
a { background-color: #A3BA50; }
a { background-color: rgb(163,186,80); }
div.DivClassName
{
background-color: #A3BA50;
}
.BgClassName
{
background-color: #A3BA50;
}
</style>
border-color css
<style>
span { border-color: #A3BA50; }
span { border-color: rgb(163,186,80); }
td.TdClassName
{
border-color: #A3BA50;
}
.TagClassName
{
border-color: #A3BA50;
}
</style>