Shades of Caper #A8BC73
Tints of Caper #A8BC73
RGB
CMYK
RGB Variations
Color information
#A8BC73 (or 0xA8BC73) is known color: Caper. HEX triplet: A8, BC and 73. RGB value is (168,188,115). Sum of RGB (Red+Green+Blue) = 168+188+115=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC73 is #57438C. Grayscale: #ADADAD. Windows color (decimal): -5718925 or 7584936. OLE color: 7584936.
HSL color Cylindrical-coordinate representation of color #A8BC73: hue angle of 76.44º 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 #A8BC73 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 115 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.26 |
| HSL | 76.44º | 0.35% | 0.59% | - |
| HSV(B) | 76.44º | 0.39% | 0.74% | - |
| XYZ | 37.23 | 45.53 | 23.05 | - |
| YUV | 173.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 115 | 0.11 | 0 | 0.39 | 0.26 | 76.44 | 0.35 | 0.59 |
| Hex | A8 | BC | 73 | B | 0 | 27 | 1A | 4C | 23 | 3B |
| Octal | 250 | 274 | 163 | 13 | 0 | 47 | 32 | 114 | 43 | 73 |
| Binary | 10101000 | 10111100 | 1110011 | 1011 | 0 | 100111 | 11010 | 1001100 | 100011 | 111011 |
Color Harmonies of #A8BC73
Complementary color
Monochromatic Colors of #A8BC73
Black with #A8BC73
Text Example
Text Example
White with #A8BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC73; }
p { color: rgb(168,188,115); }
H1.HeaderClassName
{
color: #A8BC73;
}
.AnyTagClassName
{
color: #A8BC73;
}
</style>
background-color css
<style>
a { background-color: #A8BC73; }
a { background-color: rgb(168,188,115); }
div.DivClassName
{
background-color: #A8BC73;
}
.BgClassName
{
background-color: #A8BC73;
}
</style>
border-color css
<style>
span { border-color: #A8BC73; }
span { border-color: rgb(168,188,115); }
td.TdClassName
{
border-color: #A8BC73;
}
.TagClassName
{
border-color: #A8BC73;
}
</style>