Shades of Celery #ACB246
Tints of Celery #ACB246
RGB
CMYK
RGB Variations
Color information
#ACB246 (or 0xACB246) is known color: Celery. HEX triplet: AC, B2 and 46. RGB value is (172,178,70). Sum of RGB (Red+Green+Blue) = 172+178+70=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB246 is #534DB9. Grayscale: #A4A4A4. Windows color (decimal): -5459386 or 4633260. OLE color: 4633260.
HSL color Cylindrical-coordinate representation of color #ACB246: hue angle of 63.33º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB246 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 70 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.30 |
| HSL | 63.33º | 0.44% | 0.49% | - |
| HSV(B) | 63.33º | 0.61% | 0.7% | - |
| XYZ | 34.04 | 41.05 | 11.92 | - |
| YUV | 163.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 70 | 0.03 | 0 | 0.61 | 0.30 | 63.33 | 0.44 | 0.49 |
| Hex | AC | B2 | 46 | 3 | 0 | 3D | 1E | 3F | 2C | 31 |
| Octal | 254 | 262 | 106 | 3 | 0 | 75 | 36 | 77 | 54 | 61 |
| Binary | 10101100 | 10110010 | 1000110 | 11 | 0 | 111101 | 11110 | 111111 | 101100 | 110001 |
Color Harmonies of #ACB246
Complementary color
Monochromatic Colors of #ACB246
Black with #ACB246
Text Example
Text Example
White with #ACB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB246; }
p { color: rgb(172,178,70); }
H1.HeaderClassName
{
color: #ACB246;
}
.AnyTagClassName
{
color: #ACB246;
}
</style>
background-color css
<style>
a { background-color: #ACB246; }
a { background-color: rgb(172,178,70); }
div.DivClassName
{
background-color: #ACB246;
}
.BgClassName
{
background-color: #ACB246;
}
</style>
border-color css
<style>
span { border-color: #ACB246; }
span { border-color: rgb(172,178,70); }
td.TdClassName
{
border-color: #ACB246;
}
.TagClassName
{
border-color: #ACB246;
}
</style>