Shades of Caper #A8BC7D
Tints of Caper #A8BC7D
RGB
CMYK
RGB Variations
Color information
#A8BC7D (or 0xA8BC7D) is known color: Caper. HEX triplet: A8, BC and 7D. RGB value is (168,188,125). Sum of RGB (Red+Green+Blue) = 168+188+125=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC7D is #574382. Grayscale: #AFAFAF. Windows color (decimal): -5718915 or 8240296. OLE color: 8240296.
HSL color Cylindrical-coordinate representation of color #A8BC7D: hue angle of 79.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BC7D is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 125 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.26 |
| HSL | 79.05º | 0.32% | 0.61% | - |
| HSV(B) | 79.05º | 0.34% | 0.74% | - |
| XYZ | 37.83 | 45.77 | 26.24 | - |
| YUV | 174.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 125 | 0.11 | 0 | 0.34 | 0.26 | 79.05 | 0.32 | 0.61 |
| Hex | A8 | BC | 7D | B | 0 | 22 | 1A | 4F | 20 | 3D |
| Octal | 250 | 274 | 175 | 13 | 0 | 42 | 32 | 117 | 40 | 75 |
| Binary | 10101000 | 10111100 | 1111101 | 1011 | 0 | 100010 | 11010 | 1001111 | 100000 | 111101 |
Color Harmonies of #A8BC7D
Complementary color
Monochromatic Colors of #A8BC7D
Black with #A8BC7D
Text Example
Text Example
White with #A8BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC7D; }
p { color: rgb(168,188,125); }
H1.HeaderClassName
{
color: #A8BC7D;
}
.AnyTagClassName
{
color: #A8BC7D;
}
</style>
background-color css
<style>
a { background-color: #A8BC7D; }
a { background-color: rgb(168,188,125); }
div.DivClassName
{
background-color: #A8BC7D;
}
.BgClassName
{
background-color: #A8BC7D;
}
</style>
border-color css
<style>
span { border-color: #A8BC7D; }
span { border-color: rgb(168,188,125); }
td.TdClassName
{
border-color: #A8BC7D;
}
.TagClassName
{
border-color: #A8BC7D;
}
</style>