Shades of Celery #ACB245
Tints of Celery #ACB245
RGB
CMYK
RGB Variations
Color information
#ACB245 (or 0xACB245) is known color: Celery. HEX triplet: AC, B2 and 45. RGB value is (172,178,69). Sum of RGB (Red+Green+Blue) = 172+178+69=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB245 is #534DBA. Grayscale: #A4A4A4. Windows color (decimal): -5459387 or 4567724. OLE color: 4567724.
HSL color Cylindrical-coordinate representation of color #ACB245: hue angle of 63.3º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB245 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 69 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.30 |
| HSL | 63.3º | 0.44% | 0.48% | - |
| HSV(B) | 63.3º | 0.61% | 0.7% | - |
| XYZ | 34.01 | 41.04 | 11.76 | - |
| YUV | 163.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 69 | 0.03 | 0 | 0.61 | 0.30 | 63.3 | 0.44 | 0.48 |
| Hex | AC | B2 | 45 | 3 | 0 | 3D | 1E | 3F | 2C | 30 |
| Octal | 254 | 262 | 105 | 3 | 0 | 75 | 36 | 77 | 54 | 60 |
| Binary | 10101100 | 10110010 | 1000101 | 11 | 0 | 111101 | 11110 | 111111 | 101100 | 110000 |
Color Harmonies of #ACB245
Complementary color
Monochromatic Colors of #ACB245
Black with #ACB245
Text Example
Text Example
White with #ACB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB245; }
p { color: rgb(172,178,69); }
H1.HeaderClassName
{
color: #ACB245;
}
.AnyTagClassName
{
color: #ACB245;
}
</style>
background-color css
<style>
a { background-color: #ACB245; }
a { background-color: rgb(172,178,69); }
div.DivClassName
{
background-color: #ACB245;
}
.BgClassName
{
background-color: #ACB245;
}
</style>
border-color css
<style>
span { border-color: #ACB245; }
span { border-color: rgb(172,178,69); }
td.TdClassName
{
border-color: #ACB245;
}
.TagClassName
{
border-color: #ACB245;
}
</style>