Shades of Celery #A3BD4D
Tints of Celery #A3BD4D
RGB
CMYK
RGB Variations
Color information
#A3BD4D (or 0xA3BD4D) is known color: Celery. HEX triplet: A3, BD and 4D. RGB value is (163,189,77). Sum of RGB (Red+Green+Blue) = 163+189+77=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD4D is #5C42B2. Grayscale: #A8A8A8. Windows color (decimal): -6046387 or 5094819. OLE color: 5094819.
HSL color Cylindrical-coordinate representation of color #A3BD4D: hue angle of 73.93º 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 #A3BD4D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 77 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.26 |
| HSL | 73.93º | 0.46% | 0.52% | - |
| HSV(B) | 73.93º | 0.59% | 0.74% | - |
| XYZ | 34.64 | 44.72 | 13.83 | - |
| YUV | 168.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 77 | 0.14 | 0 | 0.59 | 0.26 | 73.93 | 0.46 | 0.52 |
| Hex | A3 | BD | 4D | E | 0 | 3B | 1A | 4A | 2E | 34 |
| Octal | 243 | 275 | 115 | 16 | 0 | 73 | 32 | 112 | 56 | 64 |
| Binary | 10100011 | 10111101 | 1001101 | 1110 | 0 | 111011 | 11010 | 1001010 | 101110 | 110100 |
Color Harmonies of #A3BD4D
Complementary color
Monochromatic Colors of #A3BD4D
Black with #A3BD4D
Text Example
Text Example
White with #A3BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD4D; }
p { color: rgb(163,189,77); }
H1.HeaderClassName
{
color: #A3BD4D;
}
.AnyTagClassName
{
color: #A3BD4D;
}
</style>
background-color css
<style>
a { background-color: #A3BD4D; }
a { background-color: rgb(163,189,77); }
div.DivClassName
{
background-color: #A3BD4D;
}
.BgClassName
{
background-color: #A3BD4D;
}
</style>
border-color css
<style>
span { border-color: #A3BD4D; }
span { border-color: rgb(163,189,77); }
td.TdClassName
{
border-color: #A3BD4D;
}
.TagClassName
{
border-color: #A3BD4D;
}
</style>