Shades of Caper #ACC883
Tints of Caper #ACC883
RGB
CMYK
RGB Variations
Color information
#ACC883 (or 0xACC883) is known color: Caper. HEX triplet: AC, C8 and 83. RGB value is (172,200,131). Sum of RGB (Red+Green+Blue) = 172+200+131=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC883 is #53377C. Grayscale: #B8B8B8. Windows color (decimal): -5453693 or 8636588. OLE color: 8636588.
HSL color Cylindrical-coordinate representation of color #ACC883: hue angle of 84.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACC883 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 131 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.22 |
| HSL | 84.35º | 0.39% | 0.65% | - |
| HSV(B) | 84.35º | 0.35% | 0.78% | - |
| XYZ | 41.76 | 51.72 | 29.25 | - |
| YUV | 183.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 131 | 0.14 | 0 | 0.34 | 0.22 | 84.35 | 0.39 | 0.65 |
| Hex | AC | C8 | 83 | E | 0 | 22 | 16 | 54 | 27 | 41 |
| Octal | 254 | 310 | 203 | 16 | 0 | 42 | 26 | 124 | 47 | 101 |
| Binary | 10101100 | 11001000 | 10000011 | 1110 | 0 | 100010 | 10110 | 1010100 | 100111 | 1000001 |
Color Harmonies of #ACC883
Complementary color
Monochromatic Colors of #ACC883
Black with #ACC883
Text Example
Text Example
White with #ACC883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC883; }
p { color: rgb(172,200,131); }
H1.HeaderClassName
{
color: #ACC883;
}
.AnyTagClassName
{
color: #ACC883;
}
</style>
background-color css
<style>
a { background-color: #ACC883; }
a { background-color: rgb(172,200,131); }
div.DivClassName
{
background-color: #ACC883;
}
.BgClassName
{
background-color: #ACC883;
}
</style>
border-color css
<style>
span { border-color: #ACC883; }
span { border-color: rgb(172,200,131); }
td.TdClassName
{
border-color: #ACC883;
}
.TagClassName
{
border-color: #ACC883;
}
</style>