Shades of Celery #ACB541
Tints of Celery #ACB541
RGB
CMYK
RGB Variations
Color information
#ACB541 (or 0xACB541) is known color: Celery. HEX triplet: AC, B5 and 41. RGB value is (172,181,65). Sum of RGB (Red+Green+Blue) = 172+181+65=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB541 is #534ABE. Grayscale: #A5A5A5. Windows color (decimal): -5458623 or 4306348. OLE color: 4306348.
HSL color Cylindrical-coordinate representation of color #ACB541: hue angle of 64.66º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB541 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 65 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.29 |
| HSL | 64.66º | 0.47% | 0.48% | - |
| HSV(B) | 64.66º | 0.64% | 0.71% | - |
| XYZ | 34.49 | 42.2 | 11.33 | - |
| YUV | 165.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 65 | 0.05 | 0 | 0.64 | 0.29 | 64.66 | 0.47 | 0.48 |
| Hex | AC | B5 | 41 | 5 | 0 | 40 | 1D | 41 | 2F | 30 |
| Octal | 254 | 265 | 101 | 5 | 0 | 100 | 35 | 101 | 57 | 60 |
| Binary | 10101100 | 10110101 | 1000001 | 101 | 0 | 1000000 | 11101 | 1000001 | 101111 | 110000 |
Color Harmonies of #ACB541
Complementary color
Monochromatic Colors of #ACB541
Black with #ACB541
Text Example
Text Example
White with #ACB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB541; }
p { color: rgb(172,181,65); }
H1.HeaderClassName
{
color: #ACB541;
}
.AnyTagClassName
{
color: #ACB541;
}
</style>
background-color css
<style>
a { background-color: #ACB541; }
a { background-color: rgb(172,181,65); }
div.DivClassName
{
background-color: #ACB541;
}
.BgClassName
{
background-color: #ACB541;
}
</style>
border-color css
<style>
span { border-color: #ACB541; }
span { border-color: rgb(172,181,65); }
td.TdClassName
{
border-color: #ACB541;
}
.TagClassName
{
border-color: #ACB541;
}
</style>