Shades of Celery #A4BC45
Tints of Celery #A4BC45
RGB
CMYK
RGB Variations
Color information
#A4BC45 (or 0xA4BC45) is known color: Celery. HEX triplet: A4, BC and 45. RGB value is (164,188,69). Sum of RGB (Red+Green+Blue) = 164+188+69=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC45 is #5B43BA. Grayscale: #A7A7A7. Windows color (decimal): -5981115 or 4570276. OLE color: 4570276.
HSL color Cylindrical-coordinate representation of color #A4BC45: hue angle of 72.1º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4BC45 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 69 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.26 |
| HSL | 72.1º | 0.47% | 0.5% | - |
| HSV(B) | 72.1º | 0.63% | 0.74% | - |
| XYZ | 34.37 | 44.29 | 12.37 | - |
| YUV | 167.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 69 | 0.13 | 0 | 0.63 | 0.26 | 72.1 | 0.47 | 0.5 |
| Hex | A4 | BC | 45 | D | 0 | 3F | 1A | 48 | 2F | 32 |
| Octal | 244 | 274 | 105 | 15 | 0 | 77 | 32 | 110 | 57 | 62 |
| Binary | 10100100 | 10111100 | 1000101 | 1101 | 0 | 111111 | 11010 | 1001000 | 101111 | 110010 |
Color Harmonies of #A4BC45
Complementary color
Monochromatic Colors of #A4BC45
Black with #A4BC45
Text Example
Text Example
White with #A4BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC45; }
p { color: rgb(164,188,69); }
H1.HeaderClassName
{
color: #A4BC45;
}
.AnyTagClassName
{
color: #A4BC45;
}
</style>
background-color css
<style>
a { background-color: #A4BC45; }
a { background-color: rgb(164,188,69); }
div.DivClassName
{
background-color: #A4BC45;
}
.BgClassName
{
background-color: #A4BC45;
}
</style>
border-color css
<style>
span { border-color: #A4BC45; }
span { border-color: rgb(164,188,69); }
td.TdClassName
{
border-color: #A4BC45;
}
.TagClassName
{
border-color: #A4BC45;
}
</style>