Shades of Caper #ACC382
Tints of Caper #ACC382
RGB
CMYK
RGB Variations
Color information
#ACC382 (or 0xACC382) is known color: Caper. HEX triplet: AC, C3 and 82. RGB value is (172,195,130). Sum of RGB (Red+Green+Blue) = 172+195+130=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC382 is #533C7D. Grayscale: #B4B4B4. Windows color (decimal): -5454974 or 8569772. OLE color: 8569772.
HSL color Cylindrical-coordinate representation of color #ACC382: hue angle of 81.23º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC382 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 130 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.24 |
| HSL | 81.23º | 0.35% | 0.64% | - |
| HSV(B) | 81.23º | 0.33% | 0.76% | - |
| XYZ | 40.56 | 49.41 | 28.52 | - |
| YUV | 180.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 130 | 0.12 | 0 | 0.33 | 0.24 | 81.23 | 0.35 | 0.64 |
| Hex | AC | C3 | 82 | C | 0 | 21 | 18 | 51 | 23 | 40 |
| Octal | 254 | 303 | 202 | 14 | 0 | 41 | 30 | 121 | 43 | 100 |
| Binary | 10101100 | 11000011 | 10000010 | 1100 | 0 | 100001 | 11000 | 1010001 | 100011 | 1000000 |
Color Harmonies of #ACC382
Complementary color
Monochromatic Colors of #ACC382
Black with #ACC382
Text Example
Text Example
White with #ACC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC382; }
p { color: rgb(172,195,130); }
H1.HeaderClassName
{
color: #ACC382;
}
.AnyTagClassName
{
color: #ACC382;
}
</style>
background-color css
<style>
a { background-color: #ACC382; }
a { background-color: rgb(172,195,130); }
div.DivClassName
{
background-color: #ACC382;
}
.BgClassName
{
background-color: #ACC382;
}
</style>
border-color css
<style>
span { border-color: #ACC382; }
span { border-color: rgb(172,195,130); }
td.TdClassName
{
border-color: #ACC382;
}
.TagClassName
{
border-color: #ACC382;
}
</style>