Shades of Caper #ACBC7D
Tints of Caper #ACBC7D
RGB
CMYK
RGB Variations
Color information
#ACBC7D (or 0xACBC7D) is known color: Caper. HEX triplet: AC, BC and 7D. RGB value is (172,188,125). Sum of RGB (Red+Green+Blue) = 172+188+125=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC7D is #534382. Grayscale: #B0B0B0. Windows color (decimal): -5456771 or 8240300. OLE color: 8240300.
HSL color Cylindrical-coordinate representation of color #ACBC7D: hue angle of 75.24º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACBC7D is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 125 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.26 |
| HSL | 75.24º | 0.32% | 0.61% | - |
| HSV(B) | 75.24º | 0.34% | 0.74% | - |
| XYZ | 38.7 | 46.22 | 26.28 | - |
| YUV | 176.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 125 | 0.09 | 0 | 0.34 | 0.26 | 75.24 | 0.32 | 0.61 |
| Hex | AC | BC | 7D | 9 | 0 | 22 | 1A | 4B | 20 | 3D |
| Octal | 254 | 274 | 175 | 11 | 0 | 42 | 32 | 113 | 40 | 75 |
| Binary | 10101100 | 10111100 | 1111101 | 1001 | 0 | 100010 | 11010 | 1001011 | 100000 | 111101 |
Color Harmonies of #ACBC7D
Complementary color
Monochromatic Colors of #ACBC7D
Black with #ACBC7D
Text Example
Text Example
White with #ACBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC7D; }
p { color: rgb(172,188,125); }
H1.HeaderClassName
{
color: #ACBC7D;
}
.AnyTagClassName
{
color: #ACBC7D;
}
</style>
background-color css
<style>
a { background-color: #ACBC7D; }
a { background-color: rgb(172,188,125); }
div.DivClassName
{
background-color: #ACBC7D;
}
.BgClassName
{
background-color: #ACBC7D;
}
</style>
border-color css
<style>
span { border-color: #ACBC7D; }
span { border-color: rgb(172,188,125); }
td.TdClassName
{
border-color: #ACBC7D;
}
.TagClassName
{
border-color: #ACBC7D;
}
</style>