Shades of Caper #A8C57B
Tints of Caper #A8C57B
RGB
CMYK
RGB Variations
Color information
#A8C57B (or 0xA8C57B) is known color: Caper. HEX triplet: A8, C5 and 7B. RGB value is (168,197,123). Sum of RGB (Red+Green+Blue) = 168+197+123=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C57B is #573A84. Grayscale: #B4B4B4. Windows color (decimal): -5716613 or 8111528. OLE color: 8111528.
HSL color Cylindrical-coordinate representation of color #A8C57B: hue angle of 83.51º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C57B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 123 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.23 |
| HSL | 83.51º | 0.39% | 0.63% | - |
| HSV(B) | 83.51º | 0.38% | 0.77% | - |
| XYZ | 39.69 | 49.69 | 26.24 | - |
| YUV | 179.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 123 | 0.15 | 0 | 0.38 | 0.23 | 83.51 | 0.39 | 0.63 |
| Hex | A8 | C5 | 7B | F | 0 | 26 | 17 | 54 | 27 | 3F |
| Octal | 250 | 305 | 173 | 17 | 0 | 46 | 27 | 124 | 47 | 77 |
| Binary | 10101000 | 11000101 | 1111011 | 1111 | 0 | 100110 | 10111 | 1010100 | 100111 | 111111 |
Color Harmonies of #A8C57B
Complementary color
Monochromatic Colors of #A8C57B
Black with #A8C57B
Text Example
Text Example
White with #A8C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C57B; }
p { color: rgb(168,197,123); }
H1.HeaderClassName
{
color: #A8C57B;
}
.AnyTagClassName
{
color: #A8C57B;
}
</style>
background-color css
<style>
a { background-color: #A8C57B; }
a { background-color: rgb(168,197,123); }
div.DivClassName
{
background-color: #A8C57B;
}
.BgClassName
{
background-color: #A8C57B;
}
</style>
border-color css
<style>
span { border-color: #A8C57B; }
span { border-color: rgb(168,197,123); }
td.TdClassName
{
border-color: #A8C57B;
}
.TagClassName
{
border-color: #A8C57B;
}
</style>