Shades of Celery #ACB345
Tints of Celery #ACB345
RGB
CMYK
RGB Variations
Color information
#ACB345 (or 0xACB345) is known color: Celery. HEX triplet: AC, B3 and 45. RGB value is (172,179,69). Sum of RGB (Red+Green+Blue) = 172+179+69=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB345 is #534CBA. Grayscale: #A4A4A4. Windows color (decimal): -5459131 or 4567980. OLE color: 4567980.
HSL color Cylindrical-coordinate representation of color #ACB345: hue angle of 63.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB345 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 69 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.30 |
| HSL | 63.82º | 0.44% | 0.49% | - |
| HSV(B) | 63.82º | 0.61% | 0.7% | - |
| XYZ | 34.21 | 41.44 | 11.83 | - |
| YUV | 164.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 69 | 0.04 | 0 | 0.61 | 0.30 | 63.82 | 0.44 | 0.49 |
| Hex | AC | B3 | 45 | 4 | 0 | 3D | 1E | 40 | 2C | 31 |
| Octal | 254 | 263 | 105 | 4 | 0 | 75 | 36 | 100 | 54 | 61 |
| Binary | 10101100 | 10110011 | 1000101 | 100 | 0 | 111101 | 11110 | 1000000 | 101100 | 110001 |
Color Harmonies of #ACB345
Complementary color
Monochromatic Colors of #ACB345
Black with #ACB345
Text Example
Text Example
White with #ACB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB345; }
p { color: rgb(172,179,69); }
H1.HeaderClassName
{
color: #ACB345;
}
.AnyTagClassName
{
color: #ACB345;
}
</style>
background-color css
<style>
a { background-color: #ACB345; }
a { background-color: rgb(172,179,69); }
div.DivClassName
{
background-color: #ACB345;
}
.BgClassName
{
background-color: #ACB345;
}
</style>
border-color css
<style>
span { border-color: #ACB345; }
span { border-color: rgb(172,179,69); }
td.TdClassName
{
border-color: #ACB345;
}
.TagClassName
{
border-color: #ACB345;
}
</style>