Shades of Caper #ACC774
Tints of Caper #ACC774
RGB
CMYK
RGB Variations
Color information
#ACC774 (or 0xACC774) is known color: Caper. HEX triplet: AC, C7 and 74. RGB value is (172,199,116). Sum of RGB (Red+Green+Blue) = 172+199+116=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC774 is #53388B. Grayscale: #B5B5B5. Windows color (decimal): -5453964 or 7653292. OLE color: 7653292.
HSL color Cylindrical-coordinate representation of color #ACC774: hue angle of 79.52º 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 #ACC774 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 116 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.22 |
| HSL | 79.52º | 0.43% | 0.62% | - |
| HSV(B) | 79.52º | 0.42% | 0.78% | - |
| XYZ | 40.59 | 50.88 | 24.2 | - |
| YUV | 181.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 116 | 0.14 | 0 | 0.42 | 0.22 | 79.52 | 0.43 | 0.62 |
| Hex | AC | C7 | 74 | E | 0 | 2A | 16 | 50 | 2B | 3E |
| Octal | 254 | 307 | 164 | 16 | 0 | 52 | 26 | 120 | 53 | 76 |
| Binary | 10101100 | 11000111 | 1110100 | 1110 | 0 | 101010 | 10110 | 1010000 | 101011 | 111110 |
Color Harmonies of #ACC774
Complementary color
Monochromatic Colors of #ACC774
Black with #ACC774
Text Example
Text Example
White with #ACC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC774; }
p { color: rgb(172,199,116); }
H1.HeaderClassName
{
color: #ACC774;
}
.AnyTagClassName
{
color: #ACC774;
}
</style>
background-color css
<style>
a { background-color: #ACC774; }
a { background-color: rgb(172,199,116); }
div.DivClassName
{
background-color: #ACC774;
}
.BgClassName
{
background-color: #ACC774;
}
</style>
border-color css
<style>
span { border-color: #ACC774; }
span { border-color: rgb(172,199,116); }
td.TdClassName
{
border-color: #ACC774;
}
.TagClassName
{
border-color: #ACC774;
}
</style>