Shades of Caper #ACC46B
Tints of Caper #ACC46B
RGB
CMYK
RGB Variations
Color information
#ACC46B (or 0xACC46B) is known color: Caper. HEX triplet: AC, C4 and 6B. RGB value is (172,196,107). Sum of RGB (Red+Green+Blue) = 172+196+107=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC46B is #533B94. Grayscale: #B3B3B3. Windows color (decimal): -5454741 or 7062700. OLE color: 7062700.
HSL color Cylindrical-coordinate representation of color #ACC46B: hue angle of 76.18º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC46B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 107 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.23 |
| HSL | 76.18º | 0.43% | 0.59% | - |
| HSV(B) | 76.18º | 0.45% | 0.77% | - |
| XYZ | 39.41 | 49.31 | 21.35 | - |
| YUV | 178.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 107 | 0.12 | 0 | 0.45 | 0.23 | 76.18 | 0.43 | 0.59 |
| Hex | AC | C4 | 6B | C | 0 | 2D | 17 | 4C | 2B | 3B |
| Octal | 254 | 304 | 153 | 14 | 0 | 55 | 27 | 114 | 53 | 73 |
| Binary | 10101100 | 11000100 | 1101011 | 1100 | 0 | 101101 | 10111 | 1001100 | 101011 | 111011 |
Color Harmonies of #ACC46B
Complementary color
Monochromatic Colors of #ACC46B
Black with #ACC46B
Text Example
Text Example
White with #ACC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC46B; }
p { color: rgb(172,196,107); }
H1.HeaderClassName
{
color: #ACC46B;
}
.AnyTagClassName
{
color: #ACC46B;
}
</style>
background-color css
<style>
a { background-color: #ACC46B; }
a { background-color: rgb(172,196,107); }
div.DivClassName
{
background-color: #ACC46B;
}
.BgClassName
{
background-color: #ACC46B;
}
</style>
border-color css
<style>
span { border-color: #ACC46B; }
span { border-color: rgb(172,196,107); }
td.TdClassName
{
border-color: #ACC46B;
}
.TagClassName
{
border-color: #ACC46B;
}
</style>