Shades of Celery #A4BC53
Tints of Celery #A4BC53
RGB
CMYK
RGB Variations
Color information
#A4BC53 (or 0xA4BC53) is known color: Celery. HEX triplet: A4, BC and 53. RGB value is (164,188,83). Sum of RGB (Red+Green+Blue) = 164+188+83=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC53 is #5B43AC. Grayscale: #A9A9A9. Windows color (decimal): -5981101 or 5487780. OLE color: 5487780.
HSL color Cylindrical-coordinate representation of color #A4BC53: hue angle of 73.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4BC53 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 83 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.26 |
| HSL | 73.71º | 0.44% | 0.53% | - |
| HSV(B) | 73.71º | 0.56% | 0.74% | - |
| XYZ | 34.85 | 44.48 | 14.93 | - |
| YUV | 168.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 83 | 0.13 | 0 | 0.56 | 0.26 | 73.71 | 0.44 | 0.53 |
| Hex | A4 | BC | 53 | D | 0 | 38 | 1A | 4A | 2C | 35 |
| Octal | 244 | 274 | 123 | 15 | 0 | 70 | 32 | 112 | 54 | 65 |
| Binary | 10100100 | 10111100 | 1010011 | 1101 | 0 | 111000 | 11010 | 1001010 | 101100 | 110101 |
Color Harmonies of #A4BC53
Complementary color
Monochromatic Colors of #A4BC53
Black with #A4BC53
Text Example
Text Example
White with #A4BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC53; }
p { color: rgb(164,188,83); }
H1.HeaderClassName
{
color: #A4BC53;
}
.AnyTagClassName
{
color: #A4BC53;
}
</style>
background-color css
<style>
a { background-color: #A4BC53; }
a { background-color: rgb(164,188,83); }
div.DivClassName
{
background-color: #A4BC53;
}
.BgClassName
{
background-color: #A4BC53;
}
</style>
border-color css
<style>
span { border-color: #A4BC53; }
span { border-color: rgb(164,188,83); }
td.TdClassName
{
border-color: #A4BC53;
}
.TagClassName
{
border-color: #A4BC53;
}
</style>