Shades of Caper #A8BC76
Tints of Caper #A8BC76
RGB
CMYK
RGB Variations
Color information
#A8BC76 (or 0xA8BC76) is known color: Caper. HEX triplet: A8, BC and 76. RGB value is (168,188,118). Sum of RGB (Red+Green+Blue) = 168+188+118=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC76 is #574389. Grayscale: #AEAEAE. Windows color (decimal): -5718922 or 7781544. OLE color: 7781544.
HSL color Cylindrical-coordinate representation of color #A8BC76: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8BC76 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 118 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.26 |
| HSL | 77.14º | 0.34% | 0.6% | - |
| HSV(B) | 77.14º | 0.37% | 0.74% | - |
| XYZ | 37.4 | 45.6 | 23.97 | - |
| YUV | 174.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 118 | 0.11 | 0 | 0.37 | 0.26 | 77.14 | 0.34 | 0.6 |
| Hex | A8 | BC | 76 | B | 0 | 25 | 1A | 4D | 22 | 3C |
| Octal | 250 | 274 | 166 | 13 | 0 | 45 | 32 | 115 | 42 | 74 |
| Binary | 10101000 | 10111100 | 1110110 | 1011 | 0 | 100101 | 11010 | 1001101 | 100010 | 111100 |
Color Harmonies of #A8BC76
Complementary color
Monochromatic Colors of #A8BC76
Black with #A8BC76
Text Example
Text Example
White with #A8BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC76; }
p { color: rgb(168,188,118); }
H1.HeaderClassName
{
color: #A8BC76;
}
.AnyTagClassName
{
color: #A8BC76;
}
</style>
background-color css
<style>
a { background-color: #A8BC76; }
a { background-color: rgb(168,188,118); }
div.DivClassName
{
background-color: #A8BC76;
}
.BgClassName
{
background-color: #A8BC76;
}
</style>
border-color css
<style>
span { border-color: #A8BC76; }
span { border-color: rgb(168,188,118); }
td.TdClassName
{
border-color: #A8BC76;
}
.TagClassName
{
border-color: #A8BC76;
}
</style>