Shades of Celery #A4BD4D
Tints of Celery #A4BD4D
RGB
CMYK
RGB Variations
Color information
#A4BD4D (or 0xA4BD4D) is known color: Celery. HEX triplet: A4, BD and 4D. RGB value is (164,189,77). Sum of RGB (Red+Green+Blue) = 164+189+77=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD4D is #5B42B2. Grayscale: #A9A9A9. Windows color (decimal): -5980851 or 5094820. OLE color: 5094820.
HSL color Cylindrical-coordinate representation of color #A4BD4D: hue angle of 73.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4BD4D is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 77 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.26 |
| HSL | 73.39º | 0.46% | 0.52% | - |
| HSV(B) | 73.39º | 0.59% | 0.74% | - |
| XYZ | 34.85 | 44.82 | 13.84 | - |
| YUV | 168.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 77 | 0.13 | 0 | 0.59 | 0.26 | 73.39 | 0.46 | 0.52 |
| Hex | A4 | BD | 4D | D | 0 | 3B | 1A | 49 | 2E | 34 |
| Octal | 244 | 275 | 115 | 15 | 0 | 73 | 32 | 111 | 56 | 64 |
| Binary | 10100100 | 10111101 | 1001101 | 1101 | 0 | 111011 | 11010 | 1001001 | 101110 | 110100 |
Color Harmonies of #A4BD4D
Complementary color
Monochromatic Colors of #A4BD4D
Black with #A4BD4D
Text Example
Text Example
White with #A4BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BD4D; }
p { color: rgb(164,189,77); }
H1.HeaderClassName
{
color: #A4BD4D;
}
.AnyTagClassName
{
color: #A4BD4D;
}
</style>
background-color css
<style>
a { background-color: #A4BD4D; }
a { background-color: rgb(164,189,77); }
div.DivClassName
{
background-color: #A4BD4D;
}
.BgClassName
{
background-color: #A4BD4D;
}
</style>
border-color css
<style>
span { border-color: #A4BD4D; }
span { border-color: rgb(164,189,77); }
td.TdClassName
{
border-color: #A4BD4D;
}
.TagClassName
{
border-color: #A4BD4D;
}
</style>