Shades of Caper #ACC177
Tints of Caper #ACC177
RGB
CMYK
RGB Variations
Color information
#ACC177 (or 0xACC177) is known color: Caper. HEX triplet: AC, C1 and 77. RGB value is (172,193,119). Sum of RGB (Red+Green+Blue) = 172+193+119=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC177 is #533E88. Grayscale: #B2B2B2. Windows color (decimal): -5455497 or 7848364. OLE color: 7848364.
HSL color Cylindrical-coordinate representation of color #ACC177: hue angle of 77.03º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC177 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 119 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.24 |
| HSL | 77.03º | 0.37% | 0.61% | - |
| HSV(B) | 77.03º | 0.38% | 0.76% | - |
| XYZ | 39.41 | 48.24 | 24.69 | - |
| YUV | 178.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 119 | 0.11 | 0 | 0.38 | 0.24 | 77.03 | 0.37 | 0.61 |
| Hex | AC | C1 | 77 | B | 0 | 26 | 18 | 4D | 25 | 3D |
| Octal | 254 | 301 | 167 | 13 | 0 | 46 | 30 | 115 | 45 | 75 |
| Binary | 10101100 | 11000001 | 1110111 | 1011 | 0 | 100110 | 11000 | 1001101 | 100101 | 111101 |
Color Harmonies of #ACC177
Complementary color
Monochromatic Colors of #ACC177
Black with #ACC177
Text Example
Text Example
White with #ACC177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC177; }
p { color: rgb(172,193,119); }
H1.HeaderClassName
{
color: #ACC177;
}
.AnyTagClassName
{
color: #ACC177;
}
</style>
background-color css
<style>
a { background-color: #ACC177; }
a { background-color: rgb(172,193,119); }
div.DivClassName
{
background-color: #ACC177;
}
.BgClassName
{
background-color: #ACC177;
}
</style>
border-color css
<style>
span { border-color: #ACC177; }
span { border-color: rgb(172,193,119); }
td.TdClassName
{
border-color: #ACC177;
}
.TagClassName
{
border-color: #ACC177;
}
</style>