Shades of Caper #ACBC80
Tints of Caper #ACBC80
RGB
CMYK
RGB Variations
Color information
#ACBC80 (or 0xACBC80) is known color: Caper. HEX triplet: AC, BC and 80. RGB value is (172,188,128). Sum of RGB (Red+Green+Blue) = 172+188+128=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC80 is #53437F. Grayscale: #B0B0B0. Windows color (decimal): -5456768 or 8436908. OLE color: 8436908.
HSL color Cylindrical-coordinate representation of color #ACBC80: hue angle of 76º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBC80 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 128 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.26 |
| HSL | 76º | 0.31% | 0.62% | - |
| HSV(B) | 76º | 0.32% | 0.74% | - |
| XYZ | 38.89 | 46.3 | 27.31 | - |
| YUV | 176.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 128 | 0.09 | 0 | 0.32 | 0.26 | 76 | 0.31 | 0.62 |
| Hex | AC | BC | 80 | 9 | 0 | 20 | 1A | 4C | 1F | 3E |
| Octal | 254 | 274 | 200 | 11 | 0 | 40 | 32 | 114 | 37 | 76 |
| Binary | 10101100 | 10111100 | 10000000 | 1001 | 0 | 100000 | 11010 | 1001100 | 11111 | 111110 |
Color Harmonies of #ACBC80
Complementary color
Monochromatic Colors of #ACBC80
Black with #ACBC80
Text Example
Text Example
White with #ACBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC80; }
p { color: rgb(172,188,128); }
H1.HeaderClassName
{
color: #ACBC80;
}
.AnyTagClassName
{
color: #ACBC80;
}
</style>
background-color css
<style>
a { background-color: #ACBC80; }
a { background-color: rgb(172,188,128); }
div.DivClassName
{
background-color: #ACBC80;
}
.BgClassName
{
background-color: #ACBC80;
}
</style>
border-color css
<style>
span { border-color: #ACBC80; }
span { border-color: rgb(172,188,128); }
td.TdClassName
{
border-color: #ACBC80;
}
.TagClassName
{
border-color: #ACBC80;
}
</style>