Shades of Caper #A8C183
Tints of Caper #A8C183
RGB
CMYK
RGB Variations
Color information
#A8C183 (or 0xA8C183) is known color: Caper. HEX triplet: A8, C1 and 83. RGB value is (168,193,131). Sum of RGB (Red+Green+Blue) = 168+193+131=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C183 is #573E7C. Grayscale: #B2B2B2. Windows color (decimal): -5717629 or 8634792. OLE color: 8634792.
HSL color Cylindrical-coordinate representation of color #A8C183: hue angle of 84.19º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C183 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 131 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.24 |
| HSL | 84.19º | 0.33% | 0.64% | - |
| HSV(B) | 84.19º | 0.32% | 0.76% | - |
| XYZ | 39.32 | 48.1 | 28.69 | - |
| YUV | 178.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 131 | 0.13 | 0 | 0.32 | 0.24 | 84.19 | 0.33 | 0.64 |
| Hex | A8 | C1 | 83 | D | 0 | 20 | 18 | 54 | 21 | 40 |
| Octal | 250 | 301 | 203 | 15 | 0 | 40 | 30 | 124 | 41 | 100 |
| Binary | 10101000 | 11000001 | 10000011 | 1101 | 0 | 100000 | 11000 | 1010100 | 100001 | 1000000 |
Color Harmonies of #A8C183
Complementary color
Monochromatic Colors of #A8C183
Black with #A8C183
Text Example
Text Example
White with #A8C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C183; }
p { color: rgb(168,193,131); }
H1.HeaderClassName
{
color: #A8C183;
}
.AnyTagClassName
{
color: #A8C183;
}
</style>
background-color css
<style>
a { background-color: #A8C183; }
a { background-color: rgb(168,193,131); }
div.DivClassName
{
background-color: #A8C183;
}
.BgClassName
{
background-color: #A8C183;
}
</style>
border-color css
<style>
span { border-color: #A8C183; }
span { border-color: rgb(168,193,131); }
td.TdClassName
{
border-color: #A8C183;
}
.TagClassName
{
border-color: #A8C183;
}
</style>