Shades of Caper #ACC16A
Tints of Caper #ACC16A
RGB
CMYK
RGB Variations
Color information
#ACC16A (or 0xACC16A) is known color: Caper. HEX triplet: AC, C1 and 6A. RGB value is (172,193,106). Sum of RGB (Red+Green+Blue) = 172+193+106=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16A is #533E95. Grayscale: #B1B1B1. Windows color (decimal): -5455510 or 6996396. OLE color: 6996396.
HSL color Cylindrical-coordinate representation of color #ACC16A: hue angle of 74.48º 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 #ACC16A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 106 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.24 |
| HSL | 74.48º | 0.41% | 0.59% | - |
| HSV(B) | 74.48º | 0.45% | 0.76% | - |
| XYZ | 38.68 | 47.95 | 20.85 | - |
| YUV | 176.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 106 | 0.11 | 0 | 0.45 | 0.24 | 74.48 | 0.41 | 0.59 |
| Hex | AC | C1 | 6A | B | 0 | 2D | 18 | 4A | 29 | 3B |
| Octal | 254 | 301 | 152 | 13 | 0 | 55 | 30 | 112 | 51 | 73 |
| Binary | 10101100 | 11000001 | 1101010 | 1011 | 0 | 101101 | 11000 | 1001010 | 101001 | 111011 |
Color Harmonies of #ACC16A
Complementary color
Monochromatic Colors of #ACC16A
Black with #ACC16A
Text Example
Text Example
White with #ACC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC16A; }
p { color: rgb(172,193,106); }
H1.HeaderClassName
{
color: #ACC16A;
}
.AnyTagClassName
{
color: #ACC16A;
}
</style>
background-color css
<style>
a { background-color: #ACC16A; }
a { background-color: rgb(172,193,106); }
div.DivClassName
{
background-color: #ACC16A;
}
.BgClassName
{
background-color: #ACC16A;
}
</style>
border-color css
<style>
span { border-color: #ACC16A; }
span { border-color: rgb(172,193,106); }
td.TdClassName
{
border-color: #ACC16A;
}
.TagClassName
{
border-color: #ACC16A;
}
</style>