Shades of Celery #ACB44E
Tints of Celery #ACB44E
RGB
CMYK
RGB Variations
Color information
#ACB44E (or 0xACB44E) is known color: Celery. HEX triplet: AC, B4 and 4E. RGB value is (172,180,78). Sum of RGB (Red+Green+Blue) = 172+180+78=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB44E is #534BB1. Grayscale: #A6A6A6. Windows color (decimal): -5458866 or 5158060. OLE color: 5158060.
HSL color Cylindrical-coordinate representation of color #ACB44E: hue angle of 64.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB44E is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 78 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.29 |
| HSL | 64.71º | 0.4% | 0.51% | - |
| HSV(B) | 64.71º | 0.57% | 0.71% | - |
| XYZ | 34.71 | 41.96 | 13.48 | - |
| YUV | 165.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 78 | 0.04 | 0 | 0.57 | 0.29 | 64.71 | 0.4 | 0.51 |
| Hex | AC | B4 | 4E | 4 | 0 | 39 | 1D | 41 | 28 | 33 |
| Octal | 254 | 264 | 116 | 4 | 0 | 71 | 35 | 101 | 50 | 63 |
| Binary | 10101100 | 10110100 | 1001110 | 100 | 0 | 111001 | 11101 | 1000001 | 101000 | 110011 |
Color Harmonies of #ACB44E
Complementary color
Monochromatic Colors of #ACB44E
Black with #ACB44E
Text Example
Text Example
White with #ACB44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB44E; }
p { color: rgb(172,180,78); }
H1.HeaderClassName
{
color: #ACB44E;
}
.AnyTagClassName
{
color: #ACB44E;
}
</style>
background-color css
<style>
a { background-color: #ACB44E; }
a { background-color: rgb(172,180,78); }
div.DivClassName
{
background-color: #ACB44E;
}
.BgClassName
{
background-color: #ACB44E;
}
</style>
border-color css
<style>
span { border-color: #ACB44E; }
span { border-color: rgb(172,180,78); }
td.TdClassName
{
border-color: #ACB44E;
}
.TagClassName
{
border-color: #ACB44E;
}
</style>