Shades of Caper #ACBC70
Tints of Caper #ACBC70
RGB
CMYK
RGB Variations
Color information
#ACBC70 (or 0xACBC70) is known color: Caper. HEX triplet: AC, BC and 70. RGB value is (172,188,112). Sum of RGB (Red+Green+Blue) = 172+188+112=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC70 is #53438F. Grayscale: #AEAEAE. Windows color (decimal): -5456784 or 7388332. OLE color: 7388332.
HSL color Cylindrical-coordinate representation of color #ACBC70: hue angle of 72.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACBC70 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 112 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.26 |
| HSL | 72.63º | 0.36% | 0.59% | - |
| HSV(B) | 72.63º | 0.4% | 0.74% | - |
| XYZ | 37.92 | 45.91 | 22.19 | - |
| YUV | 174.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 112 | 0.09 | 0 | 0.40 | 0.26 | 72.63 | 0.36 | 0.59 |
| Hex | AC | BC | 70 | 9 | 0 | 28 | 1A | 49 | 24 | 3B |
| Octal | 254 | 274 | 160 | 11 | 0 | 50 | 32 | 111 | 44 | 73 |
| Binary | 10101100 | 10111100 | 1110000 | 1001 | 0 | 101000 | 11010 | 1001001 | 100100 | 111011 |
Color Harmonies of #ACBC70
Complementary color
Monochromatic Colors of #ACBC70
Black with #ACBC70
Text Example
Text Example
White with #ACBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC70; }
p { color: rgb(172,188,112); }
H1.HeaderClassName
{
color: #ACBC70;
}
.AnyTagClassName
{
color: #ACBC70;
}
</style>
background-color css
<style>
a { background-color: #ACBC70; }
a { background-color: rgb(172,188,112); }
div.DivClassName
{
background-color: #ACBC70;
}
.BgClassName
{
background-color: #ACBC70;
}
</style>
border-color css
<style>
span { border-color: #ACBC70; }
span { border-color: rgb(172,188,112); }
td.TdClassName
{
border-color: #ACBC70;
}
.TagClassName
{
border-color: #ACBC70;
}
</style>