Shades of Celery #ACB447
Tints of Celery #ACB447
RGB
CMYK
RGB Variations
Color information
#ACB447 (or 0xACB447) is known color: Celery. HEX triplet: AC, B4 and 47. RGB value is (172,180,71). Sum of RGB (Red+Green+Blue) = 172+180+71=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB447 is #534BB8. Grayscale: #A5A5A5. Windows color (decimal): -5458873 or 4699308. OLE color: 4699308.
HSL color Cylindrical-coordinate representation of color #ACB447: hue angle of 64.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB447 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 71 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.29 |
| HSL | 64.4º | 0.43% | 0.49% | - |
| HSV(B) | 64.4º | 0.61% | 0.71% | - |
| XYZ | 34.47 | 41.87 | 12.23 | - |
| YUV | 165.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 71 | 0.04 | 0 | 0.61 | 0.29 | 64.4 | 0.43 | 0.49 |
| Hex | AC | B4 | 47 | 4 | 0 | 3D | 1D | 40 | 2B | 31 |
| Octal | 254 | 264 | 107 | 4 | 0 | 75 | 35 | 100 | 53 | 61 |
| Binary | 10101100 | 10110100 | 1000111 | 100 | 0 | 111101 | 11101 | 1000000 | 101011 | 110001 |
Color Harmonies of #ACB447
Complementary color
Monochromatic Colors of #ACB447
Black with #ACB447
Text Example
Text Example
White with #ACB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB447; }
p { color: rgb(172,180,71); }
H1.HeaderClassName
{
color: #ACB447;
}
.AnyTagClassName
{
color: #ACB447;
}
</style>
background-color css
<style>
a { background-color: #ACB447; }
a { background-color: rgb(172,180,71); }
div.DivClassName
{
background-color: #ACB447;
}
.BgClassName
{
background-color: #ACB447;
}
</style>
border-color css
<style>
span { border-color: #ACB447; }
span { border-color: rgb(172,180,71); }
td.TdClassName
{
border-color: #ACB447;
}
.TagClassName
{
border-color: #ACB447;
}
</style>