Shades of Caper #ACBC83
Tints of Caper #ACBC83
RGB
CMYK
RGB Variations
Color information
#ACBC83 (or 0xACBC83) is known color: Caper. HEX triplet: AC, BC and 83. RGB value is (172,188,131). Sum of RGB (Red+Green+Blue) = 172+188+131=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC83 is #53437C. Grayscale: #B0B0B0. Windows color (decimal): -5456765 or 8633516. OLE color: 8633516.
HSL color Cylindrical-coordinate representation of color #ACBC83: hue angle of 76.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBC83 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 131 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.26 |
| HSL | 76.84º | 0.3% | 0.63% | - |
| HSV(B) | 76.84º | 0.3% | 0.74% | - |
| XYZ | 39.09 | 46.38 | 28.36 | - |
| YUV | 176.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 131 | 0.09 | 0 | 0.30 | 0.26 | 76.84 | 0.3 | 0.63 |
| Hex | AC | BC | 83 | 9 | 0 | 1E | 1A | 4D | 1E | 3F |
| Octal | 254 | 274 | 203 | 11 | 0 | 36 | 32 | 115 | 36 | 77 |
| Binary | 10101100 | 10111100 | 10000011 | 1001 | 0 | 11110 | 11010 | 1001101 | 11110 | 111111 |
Color Harmonies of #ACBC83
Complementary color
Monochromatic Colors of #ACBC83
Black with #ACBC83
Text Example
Text Example
White with #ACBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC83; }
p { color: rgb(172,188,131); }
H1.HeaderClassName
{
color: #ACBC83;
}
.AnyTagClassName
{
color: #ACBC83;
}
</style>
background-color css
<style>
a { background-color: #ACBC83; }
a { background-color: rgb(172,188,131); }
div.DivClassName
{
background-color: #ACBC83;
}
.BgClassName
{
background-color: #ACBC83;
}
</style>
border-color css
<style>
span { border-color: #ACBC83; }
span { border-color: rgb(172,188,131); }
td.TdClassName
{
border-color: #ACBC83;
}
.TagClassName
{
border-color: #ACBC83;
}
</style>