Shades of Celery #A4BA3D
Tints of Celery #A4BA3D
RGB
CMYK
RGB Variations
Color information
#A4BA3D (or 0xA4BA3D) is known color: Celery. HEX triplet: A4, BA and 3D. RGB value is (164,186,61). Sum of RGB (Red+Green+Blue) = 164+186+61=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA3D is #5B45C2. Grayscale: #A5A5A5. Windows color (decimal): -5981635 or 4045476. OLE color: 4045476.
HSL color Cylindrical-coordinate representation of color #A4BA3D: hue angle of 70.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4BA3D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 61 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.27 |
| HSL | 70.56º | 0.51% | 0.48% | - |
| HSV(B) | 70.56º | 0.67% | 0.73% | - |
| XYZ | 33.71 | 43.35 | 11 | - |
| YUV | 165.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 61 | 0.12 | 0 | 0.67 | 0.27 | 70.56 | 0.51 | 0.48 |
| Hex | A4 | BA | 3D | C | 0 | 43 | 1B | 47 | 33 | 30 |
| Octal | 244 | 272 | 75 | 14 | 0 | 103 | 33 | 107 | 63 | 60 |
| Binary | 10100100 | 10111010 | 111101 | 1100 | 0 | 1000011 | 11011 | 1000111 | 110011 | 110000 |
Color Harmonies of #A4BA3D
Complementary color
Monochromatic Colors of #A4BA3D
Black with #A4BA3D
Text Example
Text Example
White with #A4BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA3D; }
p { color: rgb(164,186,61); }
H1.HeaderClassName
{
color: #A4BA3D;
}
.AnyTagClassName
{
color: #A4BA3D;
}
</style>
background-color css
<style>
a { background-color: #A4BA3D; }
a { background-color: rgb(164,186,61); }
div.DivClassName
{
background-color: #A4BA3D;
}
.BgClassName
{
background-color: #A4BA3D;
}
</style>
border-color css
<style>
span { border-color: #A4BA3D; }
span { border-color: rgb(164,186,61); }
td.TdClassName
{
border-color: #A4BA3D;
}
.TagClassName
{
border-color: #A4BA3D;
}
</style>