Shades of Celery #ACB649
Tints of Celery #ACB649
RGB
CMYK
RGB Variations
Color information
#ACB649 (or 0xACB649) is known color: Celery. HEX triplet: AC, B6 and 49. RGB value is (172,182,73). Sum of RGB (Red+Green+Blue) = 172+182+73=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB649 is #5349B6. Grayscale: #A7A7A7. Windows color (decimal): -5458359 or 4830892. OLE color: 4830892.
HSL color Cylindrical-coordinate representation of color #ACB649: hue angle of 65.5º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB649 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 73 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.29 |
| HSL | 65.5º | 0.43% | 0.5% | - |
| HSV(B) | 65.5º | 0.6% | 0.71% | - |
| XYZ | 34.94 | 42.71 | 12.7 | - |
| YUV | 166.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 73 | 0.05 | 0 | 0.60 | 0.29 | 65.5 | 0.43 | 0.5 |
| Hex | AC | B6 | 49 | 5 | 0 | 3C | 1D | 42 | 2B | 32 |
| Octal | 254 | 266 | 111 | 5 | 0 | 74 | 35 | 102 | 53 | 62 |
| Binary | 10101100 | 10110110 | 1001001 | 101 | 0 | 111100 | 11101 | 1000010 | 101011 | 110010 |
Color Harmonies of #ACB649
Complementary color
Monochromatic Colors of #ACB649
Black with #ACB649
Text Example
Text Example
White with #ACB649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB649; }
p { color: rgb(172,182,73); }
H1.HeaderClassName
{
color: #ACB649;
}
.AnyTagClassName
{
color: #ACB649;
}
</style>
background-color css
<style>
a { background-color: #ACB649; }
a { background-color: rgb(172,182,73); }
div.DivClassName
{
background-color: #ACB649;
}
.BgClassName
{
background-color: #ACB649;
}
</style>
border-color css
<style>
span { border-color: #ACB649; }
span { border-color: rgb(172,182,73); }
td.TdClassName
{
border-color: #ACB649;
}
.TagClassName
{
border-color: #ACB649;
}
</style>