Shades of Celery #ACB846
Tints of Celery #ACB846
RGB
CMYK
RGB Variations
Color information
#ACB846 (or 0xACB846) is known color: Celery. HEX triplet: AC, B8 and 46. RGB value is (172,184,70). Sum of RGB (Red+Green+Blue) = 172+184+70=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB846 is #5347B9. Grayscale: #A7A7A7. Windows color (decimal): -5457850 or 4634796. OLE color: 4634796.
HSL color Cylindrical-coordinate representation of color #ACB846: hue angle of 66.32º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACB846 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 70 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.28 |
| HSL | 66.32º | 0.45% | 0.5% | - |
| HSV(B) | 66.32º | 0.62% | 0.72% | - |
| XYZ | 35.26 | 43.49 | 12.33 | - |
| YUV | 167.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 70 | 0.07 | 0 | 0.62 | 0.28 | 66.32 | 0.45 | 0.5 |
| Hex | AC | B8 | 46 | 7 | 0 | 3E | 1C | 42 | 2D | 32 |
| Octal | 254 | 270 | 106 | 7 | 0 | 76 | 34 | 102 | 55 | 62 |
| Binary | 10101100 | 10111000 | 1000110 | 111 | 0 | 111110 | 11100 | 1000010 | 101101 | 110010 |
Color Harmonies of #ACB846
Complementary color
Monochromatic Colors of #ACB846
Black with #ACB846
Text Example
Text Example
White with #ACB846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB846; }
p { color: rgb(172,184,70); }
H1.HeaderClassName
{
color: #ACB846;
}
.AnyTagClassName
{
color: #ACB846;
}
</style>
background-color css
<style>
a { background-color: #ACB846; }
a { background-color: rgb(172,184,70); }
div.DivClassName
{
background-color: #ACB846;
}
.BgClassName
{
background-color: #ACB846;
}
</style>
border-color css
<style>
span { border-color: #ACB846; }
span { border-color: rgb(172,184,70); }
td.TdClassName
{
border-color: #ACB846;
}
.TagClassName
{
border-color: #ACB846;
}
</style>