Shades of Caper #ACBC7C
Tints of Caper #ACBC7C
RGB
CMYK
RGB Variations
Color information
#ACBC7C (or 0xACBC7C) is known color: Caper. HEX triplet: AC, BC and 7C. RGB value is (172,188,124). Sum of RGB (Red+Green+Blue) = 172+188+124=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC7C is #534383. Grayscale: #B0B0B0. Windows color (decimal): -5456772 or 8174764. OLE color: 8174764.
HSL color Cylindrical-coordinate representation of color #ACBC7C: hue angle of 75º 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 #ACBC7C is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 124 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.26 |
| HSL | 75º | 0.32% | 0.61% | - |
| HSV(B) | 75º | 0.34% | 0.74% | - |
| XYZ | 38.63 | 46.19 | 25.95 | - |
| YUV | 175.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 124 | 0.09 | 0 | 0.34 | 0.26 | 75 | 0.32 | 0.61 |
| Hex | AC | BC | 7C | 9 | 0 | 22 | 1A | 4B | 20 | 3D |
| Octal | 254 | 274 | 174 | 11 | 0 | 42 | 32 | 113 | 40 | 75 |
| Binary | 10101100 | 10111100 | 1111100 | 1001 | 0 | 100010 | 11010 | 1001011 | 100000 | 111101 |
Color Harmonies of #ACBC7C
Complementary color
Monochromatic Colors of #ACBC7C
Black with #ACBC7C
Text Example
Text Example
White with #ACBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC7C; }
p { color: rgb(172,188,124); }
H1.HeaderClassName
{
color: #ACBC7C;
}
.AnyTagClassName
{
color: #ACBC7C;
}
</style>
background-color css
<style>
a { background-color: #ACBC7C; }
a { background-color: rgb(172,188,124); }
div.DivClassName
{
background-color: #ACBC7C;
}
.BgClassName
{
background-color: #ACBC7C;
}
</style>
border-color css
<style>
span { border-color: #ACBC7C; }
span { border-color: rgb(172,188,124); }
td.TdClassName
{
border-color: #ACBC7C;
}
.TagClassName
{
border-color: #ACBC7C;
}
</style>