Shades of Celery #ACB848
Tints of Celery #ACB848
RGB
CMYK
RGB Variations
Color information
#ACB848 (or 0xACB848) is known color: Celery. HEX triplet: AC, B8 and 48. RGB value is (172,184,72). Sum of RGB (Red+Green+Blue) = 172+184+72=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB848 is #5347B7. Grayscale: #A8A8A8. Windows color (decimal): -5457848 or 4765868. OLE color: 4765868.
HSL color Cylindrical-coordinate representation of color #ACB848: hue angle of 66.43º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB848 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 72 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.28 |
| HSL | 66.43º | 0.44% | 0.5% | - |
| HSV(B) | 66.43º | 0.61% | 0.72% | - |
| XYZ | 35.32 | 43.52 | 12.67 | - |
| YUV | 167.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 72 | 0.07 | 0 | 0.61 | 0.28 | 66.43 | 0.44 | 0.5 |
| Hex | AC | B8 | 48 | 7 | 0 | 3D | 1C | 42 | 2C | 32 |
| Octal | 254 | 270 | 110 | 7 | 0 | 75 | 34 | 102 | 54 | 62 |
| Binary | 10101100 | 10111000 | 1001000 | 111 | 0 | 111101 | 11100 | 1000010 | 101100 | 110010 |
Color Harmonies of #ACB848
Complementary color
Monochromatic Colors of #ACB848
Black with #ACB848
Text Example
Text Example
White with #ACB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB848; }
p { color: rgb(172,184,72); }
H1.HeaderClassName
{
color: #ACB848;
}
.AnyTagClassName
{
color: #ACB848;
}
</style>
background-color css
<style>
a { background-color: #ACB848; }
a { background-color: rgb(172,184,72); }
div.DivClassName
{
background-color: #ACB848;
}
.BgClassName
{
background-color: #ACB848;
}
</style>
border-color css
<style>
span { border-color: #ACB848; }
span { border-color: rgb(172,184,72); }
td.TdClassName
{
border-color: #ACB848;
}
.TagClassName
{
border-color: #ACB848;
}
</style>