Shades of Caper #A8C07B
Tints of Caper #A8C07B
RGB
CMYK
RGB Variations
Color information
#A8C07B (or 0xA8C07B) is known color: Caper. HEX triplet: A8, C0 and 7B. RGB value is (168,192,123). Sum of RGB (Red+Green+Blue) = 168+192+123=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C07B is #573F84. Grayscale: #B1B1B1. Windows color (decimal): -5717893 or 8110248. OLE color: 8110248.
HSL color Cylindrical-coordinate representation of color #A8C07B: hue angle of 80.87º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C07B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 123 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.25 |
| HSL | 80.87º | 0.35% | 0.62% | - |
| HSV(B) | 80.87º | 0.36% | 0.75% | - |
| XYZ | 38.57 | 47.45 | 25.87 | - |
| YUV | 176.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 123 | 0.12 | 0 | 0.36 | 0.25 | 80.87 | 0.35 | 0.62 |
| Hex | A8 | C0 | 7B | C | 0 | 24 | 19 | 51 | 23 | 3E |
| Octal | 250 | 300 | 173 | 14 | 0 | 44 | 31 | 121 | 43 | 76 |
| Binary | 10101000 | 11000000 | 1111011 | 1100 | 0 | 100100 | 11001 | 1010001 | 100011 | 111110 |
Color Harmonies of #A8C07B
Complementary color
Monochromatic Colors of #A8C07B
Black with #A8C07B
Text Example
Text Example
White with #A8C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C07B; }
p { color: rgb(168,192,123); }
H1.HeaderClassName
{
color: #A8C07B;
}
.AnyTagClassName
{
color: #A8C07B;
}
</style>
background-color css
<style>
a { background-color: #A8C07B; }
a { background-color: rgb(168,192,123); }
div.DivClassName
{
background-color: #A8C07B;
}
.BgClassName
{
background-color: #A8C07B;
}
</style>
border-color css
<style>
span { border-color: #A8C07B; }
span { border-color: rgb(168,192,123); }
td.TdClassName
{
border-color: #A8C07B;
}
.TagClassName
{
border-color: #A8C07B;
}
</style>