Shades of Caper #ACC86B
Tints of Caper #ACC86B
RGB
CMYK
RGB Variations
Color information
#ACC86B (or 0xACC86B) is known color: Caper. HEX triplet: AC, C8 and 6B. RGB value is (172,200,107). Sum of RGB (Red+Green+Blue) = 172+200+107=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC86B is #533794. Grayscale: #B5B5B5. Windows color (decimal): -5453717 or 7063724. OLE color: 7063724.
HSL color Cylindrical-coordinate representation of color #ACC86B: hue angle of 78.06º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC86B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 107 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 78.06º | 0.46% | 0.6% | - |
| HSV(B) | 78.06º | 0.47% | 0.78% | - |
| XYZ | 40.32 | 51.14 | 21.66 | - |
| YUV | 181.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 107 | 0.14 | 0 | 0.46 | 0.22 | 78.06 | 0.46 | 0.6 |
| Hex | AC | C8 | 6B | E | 0 | 2E | 16 | 4E | 2E | 3C |
| Octal | 254 | 310 | 153 | 16 | 0 | 56 | 26 | 116 | 56 | 74 |
| Binary | 10101100 | 11001000 | 1101011 | 1110 | 0 | 101110 | 10110 | 1001110 | 101110 | 111100 |
Color Harmonies of #ACC86B
Complementary color
Monochromatic Colors of #ACC86B
Black with #ACC86B
Text Example
Text Example
White with #ACC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC86B; }
p { color: rgb(172,200,107); }
H1.HeaderClassName
{
color: #ACC86B;
}
.AnyTagClassName
{
color: #ACC86B;
}
</style>
background-color css
<style>
a { background-color: #ACC86B; }
a { background-color: rgb(172,200,107); }
div.DivClassName
{
background-color: #ACC86B;
}
.BgClassName
{
background-color: #ACC86B;
}
</style>
border-color css
<style>
span { border-color: #ACC86B; }
span { border-color: rgb(172,200,107); }
td.TdClassName
{
border-color: #ACC86B;
}
.TagClassName
{
border-color: #ACC86B;
}
</style>