Shades of Celery #ACB645
Tints of Celery #ACB645
RGB
CMYK
RGB Variations
Color information
#ACB645 (or 0xACB645) is known color: Celery. HEX triplet: AC, B6 and 45. RGB value is (172,182,69). Sum of RGB (Red+Green+Blue) = 172+182+69=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB645 is #5349BA. Grayscale: #A6A6A6. Windows color (decimal): -5458363 or 4568748. OLE color: 4568748.
HSL color Cylindrical-coordinate representation of color #ACB645: hue angle of 65.31º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACB645 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 69 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.29 |
| HSL | 65.31º | 0.45% | 0.49% | - |
| HSV(B) | 65.31º | 0.62% | 0.71% | - |
| XYZ | 34.82 | 42.66 | 12.03 | - |
| YUV | 166.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 69 | 0.05 | 0 | 0.62 | 0.29 | 65.31 | 0.45 | 0.49 |
| Hex | AC | B6 | 45 | 5 | 0 | 3E | 1D | 41 | 2D | 31 |
| Octal | 254 | 266 | 105 | 5 | 0 | 76 | 35 | 101 | 55 | 61 |
| Binary | 10101100 | 10110110 | 1000101 | 101 | 0 | 111110 | 11101 | 1000001 | 101101 | 110001 |
Color Harmonies of #ACB645
Complementary color
Monochromatic Colors of #ACB645
Black with #ACB645
Text Example
Text Example
White with #ACB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB645; }
p { color: rgb(172,182,69); }
H1.HeaderClassName
{
color: #ACB645;
}
.AnyTagClassName
{
color: #ACB645;
}
</style>
background-color css
<style>
a { background-color: #ACB645; }
a { background-color: rgb(172,182,69); }
div.DivClassName
{
background-color: #ACB645;
}
.BgClassName
{
background-color: #ACB645;
}
</style>
border-color css
<style>
span { border-color: #ACB645; }
span { border-color: rgb(172,182,69); }
td.TdClassName
{
border-color: #ACB645;
}
.TagClassName
{
border-color: #ACB645;
}
</style>