Shades of Caper #ACC38B
Tints of Caper #ACC38B
RGB
CMYK
RGB Variations
Color information
#ACC38B (or 0xACC38B) is known color: Caper. HEX triplet: AC, C3 and 8B. RGB value is (172,195,139). Sum of RGB (Red+Green+Blue) = 172+195+139=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC38B is #533C74. Grayscale: #B5B5B5. Windows color (decimal): -5454965 or 9159596. OLE color: 9159596.
HSL color Cylindrical-coordinate representation of color #ACC38B: hue angle of 84.64º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC38B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 139 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.24 |
| HSL | 84.64º | 0.32% | 0.65% | - |
| HSV(B) | 84.64º | 0.29% | 0.76% | - |
| XYZ | 41.19 | 49.66 | 31.84 | - |
| YUV | 181.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 139 | 0.12 | 0 | 0.29 | 0.24 | 84.64 | 0.32 | 0.65 |
| Hex | AC | C3 | 8B | C | 0 | 1D | 18 | 55 | 20 | 41 |
| Octal | 254 | 303 | 213 | 14 | 0 | 35 | 30 | 125 | 40 | 101 |
| Binary | 10101100 | 11000011 | 10001011 | 1100 | 0 | 11101 | 11000 | 1010101 | 100000 | 1000001 |
Color Harmonies of #ACC38B
Complementary color
Monochromatic Colors of #ACC38B
Black with #ACC38B
Text Example
Text Example
White with #ACC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC38B; }
p { color: rgb(172,195,139); }
H1.HeaderClassName
{
color: #ACC38B;
}
.AnyTagClassName
{
color: #ACC38B;
}
</style>
background-color css
<style>
a { background-color: #ACC38B; }
a { background-color: rgb(172,195,139); }
div.DivClassName
{
background-color: #ACC38B;
}
.BgClassName
{
background-color: #ACC38B;
}
</style>
border-color css
<style>
span { border-color: #ACC38B; }
span { border-color: rgb(172,195,139); }
td.TdClassName
{
border-color: #ACC38B;
}
.TagClassName
{
border-color: #ACC38B;
}
</style>