Shades of Caper #ACCB71
Tints of Caper #ACCB71
RGB
CMYK
RGB Variations
Color information
#ACCB71 (or 0xACCB71) is known color: Caper. HEX triplet: AC, CB and 71. RGB value is (172,203,113). Sum of RGB (Red+Green+Blue) = 172+203+113=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB71 is #53348E. Grayscale: #B7B7B7. Windows color (decimal): -5452943 or 7457708. OLE color: 7457708.
HSL color Cylindrical-coordinate representation of color #ACCB71: hue angle of 80.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACCB71 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 113 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.20 |
| HSL | 80.67º | 0.46% | 0.62% | - |
| HSV(B) | 80.67º | 0.44% | 0.8% | - |
| XYZ | 41.35 | 52.67 | 23.61 | - |
| YUV | 183.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 113 | 0.15 | 0 | 0.44 | 0.20 | 80.67 | 0.46 | 0.62 |
| Hex | AC | CB | 71 | F | 0 | 2C | 14 | 51 | 2E | 3E |
| Octal | 254 | 313 | 161 | 17 | 0 | 54 | 24 | 121 | 56 | 76 |
| Binary | 10101100 | 11001011 | 1110001 | 1111 | 0 | 101100 | 10100 | 1010001 | 101110 | 111110 |
Color Harmonies of #ACCB71
Complementary color
Monochromatic Colors of #ACCB71
Black with #ACCB71
Text Example
Text Example
White with #ACCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB71; }
p { color: rgb(172,203,113); }
H1.HeaderClassName
{
color: #ACCB71;
}
.AnyTagClassName
{
color: #ACCB71;
}
</style>
background-color css
<style>
a { background-color: #ACCB71; }
a { background-color: rgb(172,203,113); }
div.DivClassName
{
background-color: #ACCB71;
}
.BgClassName
{
background-color: #ACCB71;
}
</style>
border-color css
<style>
span { border-color: #ACCB71; }
span { border-color: rgb(172,203,113); }
td.TdClassName
{
border-color: #ACCB71;
}
.TagClassName
{
border-color: #ACCB71;
}
</style>