Shades of Celery #ACBA49
Tints of Celery #ACBA49
RGB
CMYK
RGB Variations
Color information
#ACBA49 (or 0xACBA49) is known color: Celery. HEX triplet: AC, BA and 49. RGB value is (172,186,73). Sum of RGB (Red+Green+Blue) = 172+186+73=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA49 is #5345B6. Grayscale: #A9A9A9. Windows color (decimal): -5457335 or 4831916. OLE color: 4831916.
HSL color Cylindrical-coordinate representation of color #ACBA49: hue angle of 67.43º degrees, saturation: 0.45, 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 #ACBA49 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 73 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.27 |
| HSL | 67.43º | 0.45% | 0.51% | - |
| HSV(B) | 67.43º | 0.61% | 0.73% | - |
| XYZ | 35.77 | 44.37 | 12.98 | - |
| YUV | 168.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 73 | 0.08 | 0 | 0.61 | 0.27 | 67.43 | 0.45 | 0.51 |
| Hex | AC | BA | 49 | 8 | 0 | 3D | 1B | 43 | 2D | 33 |
| Octal | 254 | 272 | 111 | 10 | 0 | 75 | 33 | 103 | 55 | 63 |
| Binary | 10101100 | 10111010 | 1001001 | 1000 | 0 | 111101 | 11011 | 1000011 | 101101 | 110011 |
Color Harmonies of #ACBA49
Complementary color
Monochromatic Colors of #ACBA49
Black with #ACBA49
Text Example
Text Example
White with #ACBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA49; }
p { color: rgb(172,186,73); }
H1.HeaderClassName
{
color: #ACBA49;
}
.AnyTagClassName
{
color: #ACBA49;
}
</style>
background-color css
<style>
a { background-color: #ACBA49; }
a { background-color: rgb(172,186,73); }
div.DivClassName
{
background-color: #ACBA49;
}
.BgClassName
{
background-color: #ACBA49;
}
</style>
border-color css
<style>
span { border-color: #ACBA49; }
span { border-color: rgb(172,186,73); }
td.TdClassName
{
border-color: #ACBA49;
}
.TagClassName
{
border-color: #ACBA49;
}
</style>