Shades of Celery #A3BD49
Tints of Celery #A3BD49
RGB
CMYK
RGB Variations
Color information
#A3BD49 (or 0xA3BD49) is known color: Celery. HEX triplet: A3, BD and 49. RGB value is (163,189,73). Sum of RGB (Red+Green+Blue) = 163+189+73=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD49 is #5C42B6. Grayscale: #A8A8A8. Windows color (decimal): -6046391 or 4832675. OLE color: 4832675.
HSL color Cylindrical-coordinate representation of color #A3BD49: hue angle of 73.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3BD49 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 73 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.26 |
| HSL | 73.45º | 0.47% | 0.51% | - |
| HSV(B) | 73.45º | 0.61% | 0.74% | - |
| XYZ | 34.5 | 44.66 | 13.11 | - |
| YUV | 168 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 73 | 0.14 | 0 | 0.61 | 0.26 | 73.45 | 0.47 | 0.51 |
| Hex | A3 | BD | 49 | E | 0 | 3D | 1A | 49 | 2F | 33 |
| Octal | 243 | 275 | 111 | 16 | 0 | 75 | 32 | 111 | 57 | 63 |
| Binary | 10100011 | 10111101 | 1001001 | 1110 | 0 | 111101 | 11010 | 1001001 | 101111 | 110011 |
Color Harmonies of #A3BD49
Complementary color
Monochromatic Colors of #A3BD49
Black with #A3BD49
Text Example
Text Example
White with #A3BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD49; }
p { color: rgb(163,189,73); }
H1.HeaderClassName
{
color: #A3BD49;
}
.AnyTagClassName
{
color: #A3BD49;
}
</style>
background-color css
<style>
a { background-color: #A3BD49; }
a { background-color: rgb(163,189,73); }
div.DivClassName
{
background-color: #A3BD49;
}
.BgClassName
{
background-color: #A3BD49;
}
</style>
border-color css
<style>
span { border-color: #A3BD49; }
span { border-color: rgb(163,189,73); }
td.TdClassName
{
border-color: #A3BD49;
}
.TagClassName
{
border-color: #A3BD49;
}
</style>