Shades of Celery #ACB543
Tints of Celery #ACB543
RGB
CMYK
RGB Variations
Color information
#ACB543 (or 0xACB543) is known color: Celery. HEX triplet: AC, B5 and 43. RGB value is (172,181,67). Sum of RGB (Red+Green+Blue) = 172+181+67=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB543 is #534ABC. Grayscale: #A5A5A5. Windows color (decimal): -5458621 or 4437420. OLE color: 4437420.
HSL color Cylindrical-coordinate representation of color #ACB543: hue angle of 64.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB543 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 67 | - |
CMYK | 0.05 | 0 | 0.63 | 0.29 |
HSL | 64.74º | 0.46% | 0.49% | - |
HSV(B) | 64.74º | 0.63% | 0.71% | - |
XYZ | 34.55 | 42.22 | 11.64 | - |
YUV | 165.31 | 72.52 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 67 | 0.05 | 0 | 0.63 | 0.29 | 64.74 | 0.46 | 0.49 |
Hex | AC | B5 | 43 | 5 | 0 | 3F | 1D | 41 | 2E | 31 |
Octal | 254 | 265 | 103 | 5 | 0 | 77 | 35 | 101 | 56 | 61 |
Binary | 10101100 | 10110101 | 1000011 | 101 | 0 | 111111 | 11101 | 1000001 | 101110 | 110001 |
Color Harmonies of #ACB543
Complementary color
Monochromatic Colors of #ACB543
Black with #ACB543
Text Example
Text Example
White with #ACB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB543; }
p { color: rgb(172,181,67); }
H1.HeaderClassName
{
color: #ACB543;
}
.AnyTagClassName
{
color: #ACB543;
}
</style>
background-color css
<style>
a { background-color: #ACB543; }
a { background-color: rgb(172,181,67); }
div.DivClassName
{
background-color: #ACB543;
}
.BgClassName
{
background-color: #ACB543;
}
</style>
border-color css
<style>
span { border-color: #ACB543; }
span { border-color: rgb(172,181,67); }
td.TdClassName
{
border-color: #ACB543;
}
.TagClassName
{
border-color: #ACB543;
}
</style>