Shades of Caper #ACC16B
Tints of Caper #ACC16B
RGB
CMYK
RGB Variations
Color information
#ACC16B (or 0xACC16B) is known color: Caper. HEX triplet: AC, C1 and 6B. RGB value is (172,193,107). Sum of RGB (Red+Green+Blue) = 172+193+107=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16B is #533E94. Grayscale: #B1B1B1. Windows color (decimal): -5455509 or 7061932. OLE color: 7061932.
HSL color Cylindrical-coordinate representation of color #ACC16B: hue angle of 74.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC16B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 107 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.24 |
| HSL | 74.65º | 0.41% | 0.59% | - |
| HSV(B) | 74.65º | 0.45% | 0.76% | - |
| XYZ | 38.74 | 47.97 | 21.13 | - |
| YUV | 176.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 107 | 0.11 | 0 | 0.45 | 0.24 | 74.65 | 0.41 | 0.59 |
| Hex | AC | C1 | 6B | B | 0 | 2D | 18 | 4B | 29 | 3B |
| Octal | 254 | 301 | 153 | 13 | 0 | 55 | 30 | 113 | 51 | 73 |
| Binary | 10101100 | 11000001 | 1101011 | 1011 | 0 | 101101 | 11000 | 1001011 | 101001 | 111011 |
Color Harmonies of #ACC16B
Complementary color
Monochromatic Colors of #ACC16B
Black with #ACC16B
Text Example
Text Example
White with #ACC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC16B; }
p { color: rgb(172,193,107); }
H1.HeaderClassName
{
color: #ACC16B;
}
.AnyTagClassName
{
color: #ACC16B;
}
</style>
background-color css
<style>
a { background-color: #ACC16B; }
a { background-color: rgb(172,193,107); }
div.DivClassName
{
background-color: #ACC16B;
}
.BgClassName
{
background-color: #ACC16B;
}
</style>
border-color css
<style>
span { border-color: #ACC16B; }
span { border-color: rgb(172,193,107); }
td.TdClassName
{
border-color: #ACC16B;
}
.TagClassName
{
border-color: #ACC16B;
}
</style>