Shades of Celery #A4BC44
Tints of Celery #A4BC44
RGB
CMYK
RGB Variations
Color information
#A4BC44 (or 0xA4BC44) is known color: Celery. HEX triplet: A4, BC and 44. RGB value is (164,188,68). Sum of RGB (Red+Green+Blue) = 164+188+68=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC44 is #5B43BB. Grayscale: #A7A7A7. Windows color (decimal): -5981116 or 4504740. OLE color: 4504740.
HSL color Cylindrical-coordinate representation of color #A4BC44: hue angle of 72º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4BC44 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 68 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.26 |
| HSL | 72º | 0.47% | 0.5% | - |
| HSV(B) | 72º | 0.64% | 0.74% | - |
| XYZ | 34.34 | 44.28 | 12.21 | - |
| YUV | 167.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 68 | 0.13 | 0 | 0.64 | 0.26 | 72 | 0.47 | 0.5 |
| Hex | A4 | BC | 44 | D | 0 | 40 | 1A | 48 | 2F | 32 |
| Octal | 244 | 274 | 104 | 15 | 0 | 100 | 32 | 110 | 57 | 62 |
| Binary | 10100100 | 10111100 | 1000100 | 1101 | 0 | 1000000 | 11010 | 1001000 | 101111 | 110010 |
Color Harmonies of #A4BC44
Complementary color
Monochromatic Colors of #A4BC44
Black with #A4BC44
Text Example
Text Example
White with #A4BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC44; }
p { color: rgb(164,188,68); }
H1.HeaderClassName
{
color: #A4BC44;
}
.AnyTagClassName
{
color: #A4BC44;
}
</style>
background-color css
<style>
a { background-color: #A4BC44; }
a { background-color: rgb(164,188,68); }
div.DivClassName
{
background-color: #A4BC44;
}
.BgClassName
{
background-color: #A4BC44;
}
</style>
border-color css
<style>
span { border-color: #A4BC44; }
span { border-color: rgb(164,188,68); }
td.TdClassName
{
border-color: #A4BC44;
}
.TagClassName
{
border-color: #A4BC44;
}
</style>