Shades of Caper #ACC673
Tints of Caper #ACC673
RGB
CMYK
RGB Variations
Color information
#ACC673 (or 0xACC673) is known color: Caper. HEX triplet: AC, C6 and 73. RGB value is (172,198,115). Sum of RGB (Red+Green+Blue) = 172+198+115=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC673 is #53398C. Grayscale: #B5B5B5. Windows color (decimal): -5454221 or 7587500. OLE color: 7587500.
HSL color Cylindrical-coordinate representation of color #ACC673: hue angle of 78.8º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACC673 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 115 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.22 |
| HSL | 78.8º | 0.42% | 0.61% | - |
| HSV(B) | 78.8º | 0.42% | 0.78% | - |
| XYZ | 40.3 | 50.4 | 23.82 | - |
| YUV | 180.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 115 | 0.13 | 0 | 0.42 | 0.22 | 78.8 | 0.42 | 0.61 |
| Hex | AC | C6 | 73 | D | 0 | 2A | 16 | 4F | 2A | 3D |
| Octal | 254 | 306 | 163 | 15 | 0 | 52 | 26 | 117 | 52 | 75 |
| Binary | 10101100 | 11000110 | 1110011 | 1101 | 0 | 101010 | 10110 | 1001111 | 101010 | 111101 |
Color Harmonies of #ACC673
Complementary color
Monochromatic Colors of #ACC673
Black with #ACC673
Text Example
Text Example
White with #ACC673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC673; }
p { color: rgb(172,198,115); }
H1.HeaderClassName
{
color: #ACC673;
}
.AnyTagClassName
{
color: #ACC673;
}
</style>
background-color css
<style>
a { background-color: #ACC673; }
a { background-color: rgb(172,198,115); }
div.DivClassName
{
background-color: #ACC673;
}
.BgClassName
{
background-color: #ACC673;
}
</style>
border-color css
<style>
span { border-color: #ACC673; }
span { border-color: rgb(172,198,115); }
td.TdClassName
{
border-color: #ACC673;
}
.TagClassName
{
border-color: #ACC673;
}
</style>