Shades of Caper #ACC28C
Tints of Caper #ACC28C
RGB
CMYK
RGB Variations
Color information
#ACC28C (or 0xACC28C) is known color: Caper. HEX triplet: AC, C2 and 8C. RGB value is (172,194,140). Sum of RGB (Red+Green+Blue) = 172+194+140=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC28C is #533D73. Grayscale: #B5B5B5. Windows color (decimal): -5455220 or 9224876. OLE color: 9224876.
HSL color Cylindrical-coordinate representation of color #ACC28C: hue angle of 84.44º degrees, saturation: 0.31, 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 #ACC28C is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 140 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.24 |
| HSL | 84.44º | 0.31% | 0.65% | - |
| HSV(B) | 84.44º | 0.28% | 0.76% | - |
| XYZ | 41.04 | 49.25 | 32.15 | - |
| YUV | 181.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 140 | 0.11 | 0 | 0.28 | 0.24 | 84.44 | 0.31 | 0.65 |
| Hex | AC | C2 | 8C | B | 0 | 1C | 18 | 54 | 1F | 41 |
| Octal | 254 | 302 | 214 | 13 | 0 | 34 | 30 | 124 | 37 | 101 |
| Binary | 10101100 | 11000010 | 10001100 | 1011 | 0 | 11100 | 11000 | 1010100 | 11111 | 1000001 |
Color Harmonies of #ACC28C
Complementary color
Monochromatic Colors of #ACC28C
Black with #ACC28C
Text Example
Text Example
White with #ACC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC28C; }
p { color: rgb(172,194,140); }
H1.HeaderClassName
{
color: #ACC28C;
}
.AnyTagClassName
{
color: #ACC28C;
}
</style>
background-color css
<style>
a { background-color: #ACC28C; }
a { background-color: rgb(172,194,140); }
div.DivClassName
{
background-color: #ACC28C;
}
.BgClassName
{
background-color: #ACC28C;
}
</style>
border-color css
<style>
span { border-color: #ACC28C; }
span { border-color: rgb(172,194,140); }
td.TdClassName
{
border-color: #ACC28C;
}
.TagClassName
{
border-color: #ACC28C;
}
</style>