Shades of Caper #ACC88A
Tints of Caper #ACC88A
RGB
CMYK
RGB Variations
Color information
#ACC88A (or 0xACC88A) is known color: Caper. HEX triplet: AC, C8 and 8A. RGB value is (172,200,138). Sum of RGB (Red+Green+Blue) = 172+200+138=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC88A is #533775. Grayscale: #B8B8B8. Windows color (decimal): -5453686 or 9095340. OLE color: 9095340.
HSL color Cylindrical-coordinate representation of color #ACC88A: hue angle of 87.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC88A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 138 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.22 |
| HSL | 87.1º | 0.36% | 0.66% | - |
| HSV(B) | 87.1º | 0.31% | 0.78% | - |
| XYZ | 42.25 | 51.91 | 31.84 | - |
| YUV | 184.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 138 | 0.14 | 0 | 0.31 | 0.22 | 87.1 | 0.36 | 0.66 |
| Hex | AC | C8 | 8A | E | 0 | 1F | 16 | 57 | 24 | 42 |
| Octal | 254 | 310 | 212 | 16 | 0 | 37 | 26 | 127 | 44 | 102 |
| Binary | 10101100 | 11001000 | 10001010 | 1110 | 0 | 11111 | 10110 | 1010111 | 100100 | 1000010 |
Color Harmonies of #ACC88A
Complementary color
Monochromatic Colors of #ACC88A
Black with #ACC88A
Text Example
Text Example
White with #ACC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC88A; }
p { color: rgb(172,200,138); }
H1.HeaderClassName
{
color: #ACC88A;
}
.AnyTagClassName
{
color: #ACC88A;
}
</style>
background-color css
<style>
a { background-color: #ACC88A; }
a { background-color: rgb(172,200,138); }
div.DivClassName
{
background-color: #ACC88A;
}
.BgClassName
{
background-color: #ACC88A;
}
</style>
border-color css
<style>
span { border-color: #ACC88A; }
span { border-color: rgb(172,200,138); }
td.TdClassName
{
border-color: #ACC88A;
}
.TagClassName
{
border-color: #ACC88A;
}
</style>