Shades of Caper #ACBC8C
Tints of Caper #ACBC8C
RGB
CMYK
RGB Variations
Color information
#ACBC8C (or 0xACBC8C) is known color: Caper. HEX triplet: AC, BC and 8C. RGB value is (172,188,140). Sum of RGB (Red+Green+Blue) = 172+188+140=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC8C is #534373. Grayscale: #B1B1B1. Windows color (decimal): -5456756 or 9223340. OLE color: 9223340.
HSL color Cylindrical-coordinate representation of color #ACBC8C: hue angle of 80º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBC8C is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 140 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.26 |
| HSL | 80º | 0.26% | 0.64% | - |
| HSV(B) | 80º | 0.26% | 0.74% | - |
| XYZ | 39.73 | 46.63 | 31.72 | - |
| YUV | 177.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 140 | 0.09 | 0 | 0.26 | 0.26 | 80 | 0.26 | 0.64 |
| Hex | AC | BC | 8C | 9 | 0 | 1A | 1A | 50 | 1A | 40 |
| Octal | 254 | 274 | 214 | 11 | 0 | 32 | 32 | 120 | 32 | 100 |
| Binary | 10101100 | 10111100 | 10001100 | 1001 | 0 | 11010 | 11010 | 1010000 | 11010 | 1000000 |
Color Harmonies of #ACBC8C
Complementary color
Monochromatic Colors of #ACBC8C
Black with #ACBC8C
Text Example
Text Example
White with #ACBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC8C; }
p { color: rgb(172,188,140); }
H1.HeaderClassName
{
color: #ACBC8C;
}
.AnyTagClassName
{
color: #ACBC8C;
}
</style>
background-color css
<style>
a { background-color: #ACBC8C; }
a { background-color: rgb(172,188,140); }
div.DivClassName
{
background-color: #ACBC8C;
}
.BgClassName
{
background-color: #ACBC8C;
}
</style>
border-color css
<style>
span { border-color: #ACBC8C; }
span { border-color: rgb(172,188,140); }
td.TdClassName
{
border-color: #ACBC8C;
}
.TagClassName
{
border-color: #ACBC8C;
}
</style>