Shades of Caper #ACC183
Tints of Caper #ACC183
RGB
CMYK
RGB Variations
Color information
#ACC183 (or 0xACC183) is known color: Caper. HEX triplet: AC, C1 and 83. RGB value is (172,193,131). Sum of RGB (Red+Green+Blue) = 172+193+131=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC183 is #533E7C. Grayscale: #B3B3B3. Windows color (decimal): -5455485 or 8634796. OLE color: 8634796.
HSL color Cylindrical-coordinate representation of color #ACC183: hue angle of 80.32º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC183 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 131 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.24 |
| HSL | 80.32º | 0.33% | 0.64% | - |
| HSV(B) | 80.32º | 0.32% | 0.76% | - |
| XYZ | 40.18 | 48.55 | 28.73 | - |
| YUV | 179.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 131 | 0.11 | 0 | 0.32 | 0.24 | 80.32 | 0.33 | 0.64 |
| Hex | AC | C1 | 83 | B | 0 | 20 | 18 | 50 | 21 | 40 |
| Octal | 254 | 301 | 203 | 13 | 0 | 40 | 30 | 120 | 41 | 100 |
| Binary | 10101100 | 11000001 | 10000011 | 1011 | 0 | 100000 | 11000 | 1010000 | 100001 | 1000000 |
Color Harmonies of #ACC183
Complementary color
Monochromatic Colors of #ACC183
Black with #ACC183
Text Example
Text Example
White with #ACC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC183; }
p { color: rgb(172,193,131); }
H1.HeaderClassName
{
color: #ACC183;
}
.AnyTagClassName
{
color: #ACC183;
}
</style>
background-color css
<style>
a { background-color: #ACC183; }
a { background-color: rgb(172,193,131); }
div.DivClassName
{
background-color: #ACC183;
}
.BgClassName
{
background-color: #ACC183;
}
</style>
border-color css
<style>
span { border-color: #ACC183; }
span { border-color: rgb(172,193,131); }
td.TdClassName
{
border-color: #ACC183;
}
.TagClassName
{
border-color: #ACC183;
}
</style>