Shades of Caper #ACC18B
Tints of Caper #ACC18B
RGB
CMYK
RGB Variations
Color information
#ACC18B (or 0xACC18B) is known color: Caper. HEX triplet: AC, C1 and 8B. RGB value is (172,193,139). Sum of RGB (Red+Green+Blue) = 172+193+139=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC18B is #533E74. Grayscale: #B4B4B4. Windows color (decimal): -5455477 or 9159084. OLE color: 9159084.
HSL color Cylindrical-coordinate representation of color #ACC18B: hue angle of 83.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC18B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 139 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.24 |
| HSL | 83.33º | 0.3% | 0.65% | - |
| HSV(B) | 83.33º | 0.28% | 0.76% | - |
| XYZ | 40.74 | 48.77 | 31.69 | - |
| YUV | 180.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 139 | 0.11 | 0 | 0.28 | 0.24 | 83.33 | 0.3 | 0.65 |
| Hex | AC | C1 | 8B | B | 0 | 1C | 18 | 53 | 1E | 41 |
| Octal | 254 | 301 | 213 | 13 | 0 | 34 | 30 | 123 | 36 | 101 |
| Binary | 10101100 | 11000001 | 10001011 | 1011 | 0 | 11100 | 11000 | 1010011 | 11110 | 1000001 |
Color Harmonies of #ACC18B
Complementary color
Monochromatic Colors of #ACC18B
Black with #ACC18B
Text Example
Text Example
White with #ACC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC18B; }
p { color: rgb(172,193,139); }
H1.HeaderClassName
{
color: #ACC18B;
}
.AnyTagClassName
{
color: #ACC18B;
}
</style>
background-color css
<style>
a { background-color: #ACC18B; }
a { background-color: rgb(172,193,139); }
div.DivClassName
{
background-color: #ACC18B;
}
.BgClassName
{
background-color: #ACC18B;
}
</style>
border-color css
<style>
span { border-color: #ACC18B; }
span { border-color: rgb(172,193,139); }
td.TdClassName
{
border-color: #ACC18B;
}
.TagClassName
{
border-color: #ACC18B;
}
</style>