Shades of Caper #ACC873
Tints of Caper #ACC873
RGB
CMYK
RGB Variations
Color information
#ACC873 (or 0xACC873) is known color: Caper. HEX triplet: AC, C8 and 73. RGB value is (172,200,115). Sum of RGB (Red+Green+Blue) = 172+200+115=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC873 is #53378C. Grayscale: #B6B6B6. Windows color (decimal): -5453709 or 7588012. OLE color: 7588012.
HSL color Cylindrical-coordinate representation of color #ACC873: hue angle of 79.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC873 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 115 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.22 |
| HSL | 79.76º | 0.44% | 0.62% | - |
| HSV(B) | 79.76º | 0.43% | 0.78% | - |
| XYZ | 40.76 | 51.32 | 23.98 | - |
| YUV | 181.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 115 | 0.14 | 0 | 0.42 | 0.22 | 79.76 | 0.44 | 0.62 |
| Hex | AC | C8 | 73 | E | 0 | 2A | 16 | 50 | 2C | 3E |
| Octal | 254 | 310 | 163 | 16 | 0 | 52 | 26 | 120 | 54 | 76 |
| Binary | 10101100 | 11001000 | 1110011 | 1110 | 0 | 101010 | 10110 | 1010000 | 101100 | 111110 |
Color Harmonies of #ACC873
Complementary color
Monochromatic Colors of #ACC873
Black with #ACC873
Text Example
Text Example
White with #ACC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC873; }
p { color: rgb(172,200,115); }
H1.HeaderClassName
{
color: #ACC873;
}
.AnyTagClassName
{
color: #ACC873;
}
</style>
background-color css
<style>
a { background-color: #ACC873; }
a { background-color: rgb(172,200,115); }
div.DivClassName
{
background-color: #ACC873;
}
.BgClassName
{
background-color: #ACC873;
}
</style>
border-color css
<style>
span { border-color: #ACC873; }
span { border-color: rgb(172,200,115); }
td.TdClassName
{
border-color: #ACC873;
}
.TagClassName
{
border-color: #ACC873;
}
</style>