Shades of Caper #A8BF7D
Tints of Caper #A8BF7D
RGB
CMYK
RGB Variations
Color information
#A8BF7D (or 0xA8BF7D) is known color: Caper. HEX triplet: A8, BF and 7D. RGB value is (168,191,125). Sum of RGB (Red+Green+Blue) = 168+191+125=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF7D is #574082. Grayscale: #B0B0B0. Windows color (decimal): -5718147 or 8241064. OLE color: 8241064.
HSL color Cylindrical-coordinate representation of color #A8BF7D: hue angle of 80.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8BF7D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 125 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.25 |
| HSL | 80.91º | 0.34% | 0.62% | - |
| HSV(B) | 80.91º | 0.35% | 0.75% | - |
| XYZ | 38.48 | 47.07 | 26.46 | - |
| YUV | 176.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 125 | 0.12 | 0 | 0.35 | 0.25 | 80.91 | 0.34 | 0.62 |
| Hex | A8 | BF | 7D | C | 0 | 23 | 19 | 51 | 22 | 3E |
| Octal | 250 | 277 | 175 | 14 | 0 | 43 | 31 | 121 | 42 | 76 |
| Binary | 10101000 | 10111111 | 1111101 | 1100 | 0 | 100011 | 11001 | 1010001 | 100010 | 111110 |
Color Harmonies of #A8BF7D
Complementary color
Monochromatic Colors of #A8BF7D
Black with #A8BF7D
Text Example
Text Example
White with #A8BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF7D; }
p { color: rgb(168,191,125); }
H1.HeaderClassName
{
color: #A8BF7D;
}
.AnyTagClassName
{
color: #A8BF7D;
}
</style>
background-color css
<style>
a { background-color: #A8BF7D; }
a { background-color: rgb(168,191,125); }
div.DivClassName
{
background-color: #A8BF7D;
}
.BgClassName
{
background-color: #A8BF7D;
}
</style>
border-color css
<style>
span { border-color: #A8BF7D; }
span { border-color: rgb(168,191,125); }
td.TdClassName
{
border-color: #A8BF7D;
}
.TagClassName
{
border-color: #A8BF7D;
}
</style>