Shades of Caper #ACC874
Tints of Caper #ACC874
RGB
CMYK
RGB Variations
Color information
#ACC874 (or 0xACC874) is known color: Caper. HEX triplet: AC, C8 and 74. RGB value is (172,200,116). Sum of RGB (Red+Green+Blue) = 172+200+116=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC874 is #53378B. Grayscale: #B6B6B6. Windows color (decimal): -5453708 or 7653548. OLE color: 7653548.
HSL color Cylindrical-coordinate representation of color #ACC874: hue angle of 80º 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 #ACC874 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 116 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.22 |
| HSL | 80º | 0.43% | 0.62% | - |
| HSV(B) | 80º | 0.42% | 0.78% | - |
| XYZ | 40.82 | 51.34 | 24.28 | - |
| YUV | 182.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 116 | 0.14 | 0 | 0.42 | 0.22 | 80 | 0.43 | 0.62 |
| Hex | AC | C8 | 74 | E | 0 | 2A | 16 | 50 | 2B | 3E |
| Octal | 254 | 310 | 164 | 16 | 0 | 52 | 26 | 120 | 53 | 76 |
| Binary | 10101100 | 11001000 | 1110100 | 1110 | 0 | 101010 | 10110 | 1010000 | 101011 | 111110 |
Color Harmonies of #ACC874
Complementary color
Monochromatic Colors of #ACC874
Black with #ACC874
Text Example
Text Example
White with #ACC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC874; }
p { color: rgb(172,200,116); }
H1.HeaderClassName
{
color: #ACC874;
}
.AnyTagClassName
{
color: #ACC874;
}
</style>
background-color css
<style>
a { background-color: #ACC874; }
a { background-color: rgb(172,200,116); }
div.DivClassName
{
background-color: #ACC874;
}
.BgClassName
{
background-color: #ACC874;
}
</style>
border-color css
<style>
span { border-color: #ACC874; }
span { border-color: rgb(172,200,116); }
td.TdClassName
{
border-color: #ACC874;
}
.TagClassName
{
border-color: #ACC874;
}
</style>