Shades of Celery #ACB949
Tints of Celery #ACB949
RGB
CMYK
RGB Variations
Color information
#ACB949 (or 0xACB949) is known color: Celery. HEX triplet: AC, B9 and 49. RGB value is (172,185,73). Sum of RGB (Red+Green+Blue) = 172+185+73=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB949 is #5346B6. Grayscale: #A8A8A8. Windows color (decimal): -5457591 or 4831660. OLE color: 4831660.
HSL color Cylindrical-coordinate representation of color #ACB949: hue angle of 66.96º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB949 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 73 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.27 |
| HSL | 66.96º | 0.44% | 0.51% | - |
| HSV(B) | 66.96º | 0.61% | 0.73% | - |
| XYZ | 35.56 | 43.95 | 12.91 | - |
| YUV | 168.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 73 | 0.07 | 0 | 0.61 | 0.27 | 66.96 | 0.44 | 0.51 |
| Hex | AC | B9 | 49 | 7 | 0 | 3D | 1B | 43 | 2C | 33 |
| Octal | 254 | 271 | 111 | 7 | 0 | 75 | 33 | 103 | 54 | 63 |
| Binary | 10101100 | 10111001 | 1001001 | 111 | 0 | 111101 | 11011 | 1000011 | 101100 | 110011 |
Color Harmonies of #ACB949
Complementary color
Monochromatic Colors of #ACB949
Black with #ACB949
Text Example
Text Example
White with #ACB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB949; }
p { color: rgb(172,185,73); }
H1.HeaderClassName
{
color: #ACB949;
}
.AnyTagClassName
{
color: #ACB949;
}
</style>
background-color css
<style>
a { background-color: #ACB949; }
a { background-color: rgb(172,185,73); }
div.DivClassName
{
background-color: #ACB949;
}
.BgClassName
{
background-color: #ACB949;
}
</style>
border-color css
<style>
span { border-color: #ACB949; }
span { border-color: rgb(172,185,73); }
td.TdClassName
{
border-color: #ACB949;
}
.TagClassName
{
border-color: #ACB949;
}
</style>