Shades of Caper #A8BD6F
Tints of Caper #A8BD6F
RGB
CMYK
RGB Variations
Color information
#A8BD6F (or 0xA8BD6F) is known color: Caper. HEX triplet: A8, BD and 6F. RGB value is (168,189,111). Sum of RGB (Red+Green+Blue) = 168+189+111=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD6F is #574290. Grayscale: #AEAEAE. Windows color (decimal): -5718673 or 7323048. OLE color: 7323048.
HSL color Cylindrical-coordinate representation of color #A8BD6F: hue angle of 76.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8BD6F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 111 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.26 |
| HSL | 76.15º | 0.37% | 0.59% | - |
| HSV(B) | 76.15º | 0.41% | 0.74% | - |
| XYZ | 37.22 | 45.87 | 21.93 | - |
| YUV | 173.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 111 | 0.11 | 0 | 0.41 | 0.26 | 76.15 | 0.37 | 0.59 |
| Hex | A8 | BD | 6F | B | 0 | 29 | 1A | 4C | 25 | 3B |
| Octal | 250 | 275 | 157 | 13 | 0 | 51 | 32 | 114 | 45 | 73 |
| Binary | 10101000 | 10111101 | 1101111 | 1011 | 0 | 101001 | 11010 | 1001100 | 100101 | 111011 |
Color Harmonies of #A8BD6F
Complementary color
Monochromatic Colors of #A8BD6F
Black with #A8BD6F
Text Example
Text Example
White with #A8BD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD6F; }
p { color: rgb(168,189,111); }
H1.HeaderClassName
{
color: #A8BD6F;
}
.AnyTagClassName
{
color: #A8BD6F;
}
</style>
background-color css
<style>
a { background-color: #A8BD6F; }
a { background-color: rgb(168,189,111); }
div.DivClassName
{
background-color: #A8BD6F;
}
.BgClassName
{
background-color: #A8BD6F;
}
</style>
border-color css
<style>
span { border-color: #A8BD6F; }
span { border-color: rgb(168,189,111); }
td.TdClassName
{
border-color: #A8BD6F;
}
.TagClassName
{
border-color: #A8BD6F;
}
</style>