Shades of Caper #A8BC77
Tints of Caper #A8BC77
RGB
CMYK
RGB Variations
Color information
#A8BC77 (or 0xA8BC77) is known color: Caper. HEX triplet: A8, BC and 77. RGB value is (168,188,119). Sum of RGB (Red+Green+Blue) = 168+188+119=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC77 is #574388. Grayscale: #AEAEAE. Windows color (decimal): -5718921 or 7847080. OLE color: 7847080.
HSL color Cylindrical-coordinate representation of color #A8BC77: hue angle of 77.39º 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 #A8BC77 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 119 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.26 |
| HSL | 77.39º | 0.34% | 0.6% | - |
| HSV(B) | 77.39º | 0.37% | 0.74% | - |
| XYZ | 37.46 | 45.62 | 24.28 | - |
| YUV | 174.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 119 | 0.11 | 0 | 0.37 | 0.26 | 77.39 | 0.34 | 0.6 |
| Hex | A8 | BC | 77 | B | 0 | 25 | 1A | 4D | 22 | 3C |
| Octal | 250 | 274 | 167 | 13 | 0 | 45 | 32 | 115 | 42 | 74 |
| Binary | 10101000 | 10111100 | 1110111 | 1011 | 0 | 100101 | 11010 | 1001101 | 100010 | 111100 |
Color Harmonies of #A8BC77
Complementary color
Monochromatic Colors of #A8BC77
Black with #A8BC77
Text Example
Text Example
White with #A8BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC77; }
p { color: rgb(168,188,119); }
H1.HeaderClassName
{
color: #A8BC77;
}
.AnyTagClassName
{
color: #A8BC77;
}
</style>
background-color css
<style>
a { background-color: #A8BC77; }
a { background-color: rgb(168,188,119); }
div.DivClassName
{
background-color: #A8BC77;
}
.BgClassName
{
background-color: #A8BC77;
}
</style>
border-color css
<style>
span { border-color: #A8BC77; }
span { border-color: rgb(168,188,119); }
td.TdClassName
{
border-color: #A8BC77;
}
.TagClassName
{
border-color: #A8BC77;
}
</style>