Shades of Caper #ACC375
Tints of Caper #ACC375
RGB
CMYK
RGB Variations
Color information
#ACC375 (or 0xACC375) is known color: Caper. HEX triplet: AC, C3 and 75. RGB value is (172,195,117). Sum of RGB (Red+Green+Blue) = 172+195+117=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC375 is #533C8A. Grayscale: #B3B3B3. Windows color (decimal): -5454987 or 7717804. OLE color: 7717804.
HSL color Cylindrical-coordinate representation of color #ACC375: hue angle of 77.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC375 is Cyan = 0.12, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 117 | - |
| CMYK | 0.12 | 0 | 0.4 | 0.24 |
| HSL | 77.69º | 0.39% | 0.61% | - |
| HSV(B) | 77.69º | 0.4% | 0.76% | - |
| XYZ | 39.74 | 49.09 | 24.21 | - |
| YUV | 179.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 117 | 0.12 | 0 | 0.4 | 0.24 | 77.69 | 0.39 | 0.61 |
| Hex | AC | C3 | 75 | C | 0 | 28 | 18 | 4E | 27 | 3D |
| Octal | 254 | 303 | 165 | 14 | 0 | 50 | 30 | 116 | 47 | 75 |
| Binary | 10101100 | 11000011 | 1110101 | 1100 | 0 | 101000 | 11000 | 1001110 | 100111 | 111101 |
Color Harmonies of #ACC375
Complementary color
Monochromatic Colors of #ACC375
Black with #ACC375
Text Example
Text Example
White with #ACC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC375; }
p { color: rgb(172,195,117); }
H1.HeaderClassName
{
color: #ACC375;
}
.AnyTagClassName
{
color: #ACC375;
}
</style>
background-color css
<style>
a { background-color: #ACC375; }
a { background-color: rgb(172,195,117); }
div.DivClassName
{
background-color: #ACC375;
}
.BgClassName
{
background-color: #ACC375;
}
</style>
border-color css
<style>
span { border-color: #ACC375; }
span { border-color: rgb(172,195,117); }
td.TdClassName
{
border-color: #ACC375;
}
.TagClassName
{
border-color: #ACC375;
}
</style>