Shades of Caper #ACC773
Tints of Caper #ACC773
RGB
CMYK
RGB Variations
Color information
#ACC773 (or 0xACC773) is known color: Caper. HEX triplet: AC, C7 and 73. RGB value is (172,199,115). Sum of RGB (Red+Green+Blue) = 172+199+115=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC773 is #53388C. Grayscale: #B5B5B5. Windows color (decimal): -5453965 or 7587756. OLE color: 7587756.
HSL color Cylindrical-coordinate representation of color #ACC773: hue angle of 79.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACC773 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 115 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.22 |
| HSL | 79.29º | 0.43% | 0.62% | - |
| HSV(B) | 79.29º | 0.42% | 0.78% | - |
| XYZ | 40.53 | 50.86 | 23.9 | - |
| YUV | 181.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 115 | 0.14 | 0 | 0.42 | 0.22 | 79.29 | 0.43 | 0.62 |
| Hex | AC | C7 | 73 | E | 0 | 2A | 16 | 4F | 2B | 3E |
| Octal | 254 | 307 | 163 | 16 | 0 | 52 | 26 | 117 | 53 | 76 |
| Binary | 10101100 | 11000111 | 1110011 | 1110 | 0 | 101010 | 10110 | 1001111 | 101011 | 111110 |
Color Harmonies of #ACC773
Complementary color
Monochromatic Colors of #ACC773
Black with #ACC773
Text Example
Text Example
White with #ACC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC773; }
p { color: rgb(172,199,115); }
H1.HeaderClassName
{
color: #ACC773;
}
.AnyTagClassName
{
color: #ACC773;
}
</style>
background-color css
<style>
a { background-color: #ACC773; }
a { background-color: rgb(172,199,115); }
div.DivClassName
{
background-color: #ACC773;
}
.BgClassName
{
background-color: #ACC773;
}
</style>
border-color css
<style>
span { border-color: #ACC773; }
span { border-color: rgb(172,199,115); }
td.TdClassName
{
border-color: #ACC773;
}
.TagClassName
{
border-color: #ACC773;
}
</style>