Shades of Caper #A8C383
Tints of Caper #A8C383
RGB
CMYK
RGB Variations
Color information
#A8C383 (or 0xA8C383) is known color: Caper. HEX triplet: A8, C3 and 83. RGB value is (168,195,131). Sum of RGB (Red+Green+Blue) = 168+195+131=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C383 is #573C7C. Grayscale: #B3B3B3. Windows color (decimal): -5717117 or 8635304. OLE color: 8635304.
HSL color Cylindrical-coordinate representation of color #A8C383: hue angle of 85.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C383 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 131 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.24 |
| HSL | 85.31º | 0.35% | 0.64% | - |
| HSV(B) | 85.31º | 0.33% | 0.76% | - |
| XYZ | 39.76 | 48.99 | 28.83 | - |
| YUV | 179.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 131 | 0.14 | 0 | 0.33 | 0.24 | 85.31 | 0.35 | 0.64 |
| Hex | A8 | C3 | 83 | E | 0 | 21 | 18 | 55 | 23 | 40 |
| Octal | 250 | 303 | 203 | 16 | 0 | 41 | 30 | 125 | 43 | 100 |
| Binary | 10101000 | 11000011 | 10000011 | 1110 | 0 | 100001 | 11000 | 1010101 | 100011 | 1000000 |
Color Harmonies of #A8C383
Complementary color
Monochromatic Colors of #A8C383
Black with #A8C383
Text Example
Text Example
White with #A8C383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C383; }
p { color: rgb(168,195,131); }
H1.HeaderClassName
{
color: #A8C383;
}
.AnyTagClassName
{
color: #A8C383;
}
</style>
background-color css
<style>
a { background-color: #A8C383; }
a { background-color: rgb(168,195,131); }
div.DivClassName
{
background-color: #A8C383;
}
.BgClassName
{
background-color: #A8C383;
}
</style>
border-color css
<style>
span { border-color: #A8C383; }
span { border-color: rgb(168,195,131); }
td.TdClassName
{
border-color: #A8C383;
}
.TagClassName
{
border-color: #A8C383;
}
</style>