Shades of Caper #ACBC77
Tints of Caper #ACBC77
RGB
CMYK
RGB Variations
Color information
#ACBC77 (or 0xACBC77) is known color: Caper. HEX triplet: AC, BC and 77. RGB value is (172,188,119). Sum of RGB (Red+Green+Blue) = 172+188+119=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC77 is #534388. Grayscale: #AFAFAF. Windows color (decimal): -5456777 or 7847084. OLE color: 7847084.
HSL color Cylindrical-coordinate representation of color #ACBC77: hue angle of 73.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACBC77 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 119 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.26 |
| HSL | 73.91º | 0.34% | 0.6% | - |
| HSV(B) | 73.91º | 0.37% | 0.74% | - |
| XYZ | 38.33 | 46.07 | 24.32 | - |
| YUV | 175.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 119 | 0.09 | 0 | 0.37 | 0.26 | 73.91 | 0.34 | 0.6 |
| Hex | AC | BC | 77 | 9 | 0 | 25 | 1A | 4A | 22 | 3C |
| Octal | 254 | 274 | 167 | 11 | 0 | 45 | 32 | 112 | 42 | 74 |
| Binary | 10101100 | 10111100 | 1110111 | 1001 | 0 | 100101 | 11010 | 1001010 | 100010 | 111100 |
Color Harmonies of #ACBC77
Complementary color
Monochromatic Colors of #ACBC77
Black with #ACBC77
Text Example
Text Example
White with #ACBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC77; }
p { color: rgb(172,188,119); }
H1.HeaderClassName
{
color: #ACBC77;
}
.AnyTagClassName
{
color: #ACBC77;
}
</style>
background-color css
<style>
a { background-color: #ACBC77; }
a { background-color: rgb(172,188,119); }
div.DivClassName
{
background-color: #ACBC77;
}
.BgClassName
{
background-color: #ACBC77;
}
</style>
border-color css
<style>
span { border-color: #ACBC77; }
span { border-color: rgb(172,188,119); }
td.TdClassName
{
border-color: #ACBC77;
}
.TagClassName
{
border-color: #ACBC77;
}
</style>