Shades of Caper #ACC86D
Tints of Caper #ACC86D
RGB
CMYK
RGB Variations
Color information
#ACC86D (or 0xACC86D) is known color: Caper. HEX triplet: AC, C8 and 6D. RGB value is (172,200,109). Sum of RGB (Red+Green+Blue) = 172+200+109=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC86D is #533792. Grayscale: #B5B5B5. Windows color (decimal): -5453715 or 7194796. OLE color: 7194796.
HSL color Cylindrical-coordinate representation of color #ACC86D: hue angle of 78.46º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC86D is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 109 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 78.46º | 0.45% | 0.61% | - |
| HSV(B) | 78.46º | 0.46% | 0.78% | - |
| XYZ | 40.43 | 51.18 | 22.22 | - |
| YUV | 181.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 109 | 0.14 | 0 | 0.46 | 0.22 | 78.46 | 0.45 | 0.61 |
| Hex | AC | C8 | 6D | E | 0 | 2E | 16 | 4E | 2D | 3D |
| Octal | 254 | 310 | 155 | 16 | 0 | 56 | 26 | 116 | 55 | 75 |
| Binary | 10101100 | 11001000 | 1101101 | 1110 | 0 | 101110 | 10110 | 1001110 | 101101 | 111101 |
Color Harmonies of #ACC86D
Complementary color
Monochromatic Colors of #ACC86D
Black with #ACC86D
Text Example
Text Example
White with #ACC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC86D; }
p { color: rgb(172,200,109); }
H1.HeaderClassName
{
color: #ACC86D;
}
.AnyTagClassName
{
color: #ACC86D;
}
</style>
background-color css
<style>
a { background-color: #ACC86D; }
a { background-color: rgb(172,200,109); }
div.DivClassName
{
background-color: #ACC86D;
}
.BgClassName
{
background-color: #ACC86D;
}
</style>
border-color css
<style>
span { border-color: #ACC86D; }
span { border-color: rgb(172,200,109); }
td.TdClassName
{
border-color: #ACC86D;
}
.TagClassName
{
border-color: #ACC86D;
}
</style>