Shades of Celery #A3BA4D
Tints of Celery #A3BA4D
RGB
CMYK
RGB Variations
Color information
#A3BA4D (or 0xA3BA4D) is known color: Celery. HEX triplet: A3, BA and 4D. RGB value is (163,186,77). Sum of RGB (Red+Green+Blue) = 163+186+77=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA4D is #5C45B2. Grayscale: #A7A7A7. Windows color (decimal): -6047155 or 5094051. OLE color: 5094051.
HSL color Cylindrical-coordinate representation of color #A3BA4D: hue angle of 72.66º 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 #A3BA4D is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 77 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.27 |
| HSL | 72.66º | 0.44% | 0.52% | - |
| HSV(B) | 72.66º | 0.59% | 0.73% | - |
| XYZ | 34 | 43.44 | 13.61 | - |
| YUV | 166.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 77 | 0.12 | 0 | 0.59 | 0.27 | 72.66 | 0.44 | 0.52 |
| Hex | A3 | BA | 4D | C | 0 | 3B | 1B | 49 | 2C | 34 |
| Octal | 243 | 272 | 115 | 14 | 0 | 73 | 33 | 111 | 54 | 64 |
| Binary | 10100011 | 10111010 | 1001101 | 1100 | 0 | 111011 | 11011 | 1001001 | 101100 | 110100 |
Color Harmonies of #A3BA4D
Complementary color
Monochromatic Colors of #A3BA4D
Black with #A3BA4D
Text Example
Text Example
White with #A3BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA4D; }
p { color: rgb(163,186,77); }
H1.HeaderClassName
{
color: #A3BA4D;
}
.AnyTagClassName
{
color: #A3BA4D;
}
</style>
background-color css
<style>
a { background-color: #A3BA4D; }
a { background-color: rgb(163,186,77); }
div.DivClassName
{
background-color: #A3BA4D;
}
.BgClassName
{
background-color: #A3BA4D;
}
</style>
border-color css
<style>
span { border-color: #A3BA4D; }
span { border-color: rgb(163,186,77); }
td.TdClassName
{
border-color: #A3BA4D;
}
.TagClassName
{
border-color: #A3BA4D;
}
</style>