Shades of Caper #ACBC73
Tints of Caper #ACBC73
RGB
CMYK
RGB Variations
Color information
#ACBC73 (or 0xACBC73) is known color: Caper. HEX triplet: AC, BC and 73. RGB value is (172,188,115). Sum of RGB (Red+Green+Blue) = 172+188+115=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC73 is #53438C. Grayscale: #AFAFAF. Windows color (decimal): -5456781 or 7584940. OLE color: 7584940.
HSL color Cylindrical-coordinate representation of color #ACBC73: hue angle of 73.15º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACBC73 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 115 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.26 |
| HSL | 73.15º | 0.35% | 0.59% | - |
| HSV(B) | 73.15º | 0.39% | 0.74% | - |
| XYZ | 38.09 | 45.97 | 23.09 | - |
| YUV | 174.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 115 | 0.09 | 0 | 0.39 | 0.26 | 73.15 | 0.35 | 0.59 |
| Hex | AC | BC | 73 | 9 | 0 | 27 | 1A | 49 | 23 | 3B |
| Octal | 254 | 274 | 163 | 11 | 0 | 47 | 32 | 111 | 43 | 73 |
| Binary | 10101100 | 10111100 | 1110011 | 1001 | 0 | 100111 | 11010 | 1001001 | 100011 | 111011 |
Color Harmonies of #ACBC73
Complementary color
Monochromatic Colors of #ACBC73
Black with #ACBC73
Text Example
Text Example
White with #ACBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC73; }
p { color: rgb(172,188,115); }
H1.HeaderClassName
{
color: #ACBC73;
}
.AnyTagClassName
{
color: #ACBC73;
}
</style>
background-color css
<style>
a { background-color: #ACBC73; }
a { background-color: rgb(172,188,115); }
div.DivClassName
{
background-color: #ACBC73;
}
.BgClassName
{
background-color: #ACBC73;
}
</style>
border-color css
<style>
span { border-color: #ACBC73; }
span { border-color: rgb(172,188,115); }
td.TdClassName
{
border-color: #ACBC73;
}
.TagClassName
{
border-color: #ACBC73;
}
</style>