Shades of Caper #ACBC74
Tints of Caper #ACBC74
RGB
CMYK
RGB Variations
Color information
#ACBC74 (or 0xACBC74) is known color: Caper. HEX triplet: AC, BC and 74. RGB value is (172,188,116). Sum of RGB (Red+Green+Blue) = 172+188+116=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC74 is #53438B. Grayscale: #AFAFAF. Windows color (decimal): -5456780 or 7650476. OLE color: 7650476.
HSL color Cylindrical-coordinate representation of color #ACBC74: hue angle of 73.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACBC74 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 116 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.26 |
| HSL | 73.33º | 0.35% | 0.6% | - |
| HSV(B) | 73.33º | 0.38% | 0.74% | - |
| XYZ | 38.15 | 46 | 23.39 | - |
| YUV | 175.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 116 | 0.09 | 0 | 0.38 | 0.26 | 73.33 | 0.35 | 0.6 |
| Hex | AC | BC | 74 | 9 | 0 | 26 | 1A | 49 | 23 | 3C |
| Octal | 254 | 274 | 164 | 11 | 0 | 46 | 32 | 111 | 43 | 74 |
| Binary | 10101100 | 10111100 | 1110100 | 1001 | 0 | 100110 | 11010 | 1001001 | 100011 | 111100 |
Color Harmonies of #ACBC74
Complementary color
Monochromatic Colors of #ACBC74
Black with #ACBC74
Text Example
Text Example
White with #ACBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC74; }
p { color: rgb(172,188,116); }
H1.HeaderClassName
{
color: #ACBC74;
}
.AnyTagClassName
{
color: #ACBC74;
}
</style>
background-color css
<style>
a { background-color: #ACBC74; }
a { background-color: rgb(172,188,116); }
div.DivClassName
{
background-color: #ACBC74;
}
.BgClassName
{
background-color: #ACBC74;
}
</style>
border-color css
<style>
span { border-color: #ACBC74; }
span { border-color: rgb(172,188,116); }
td.TdClassName
{
border-color: #ACBC74;
}
.TagClassName
{
border-color: #ACBC74;
}
</style>