Shades of Caper #A8C384
Tints of Caper #A8C384
RGB
CMYK
RGB Variations
Color information
#A8C384 (or 0xA8C384) is known color: Caper. HEX triplet: A8, C3 and 84. RGB value is (168,195,132). Sum of RGB (Red+Green+Blue) = 168+195+132=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C384 is #573C7B. Grayscale: #B3B3B3. Windows color (decimal): -5717116 or 8700840. OLE color: 8700840.
HSL color Cylindrical-coordinate representation of color #A8C384: hue angle of 85.71º degrees, saturation: 0.34, 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 #A8C384 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 132 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.24 |
| HSL | 85.71º | 0.34% | 0.64% | - |
| HSV(B) | 85.71º | 0.32% | 0.76% | - |
| XYZ | 39.83 | 49.02 | 29.19 | - |
| YUV | 179.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 132 | 0.14 | 0 | 0.32 | 0.24 | 85.71 | 0.34 | 0.64 |
| Hex | A8 | C3 | 84 | E | 0 | 20 | 18 | 56 | 22 | 40 |
| Octal | 250 | 303 | 204 | 16 | 0 | 40 | 30 | 126 | 42 | 100 |
| Binary | 10101000 | 11000011 | 10000100 | 1110 | 0 | 100000 | 11000 | 1010110 | 100010 | 1000000 |
Color Harmonies of #A8C384
Complementary color
Monochromatic Colors of #A8C384
Black with #A8C384
Text Example
Text Example
White with #A8C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C384; }
p { color: rgb(168,195,132); }
H1.HeaderClassName
{
color: #A8C384;
}
.AnyTagClassName
{
color: #A8C384;
}
</style>
background-color css
<style>
a { background-color: #A8C384; }
a { background-color: rgb(168,195,132); }
div.DivClassName
{
background-color: #A8C384;
}
.BgClassName
{
background-color: #A8C384;
}
</style>
border-color css
<style>
span { border-color: #A8C384; }
span { border-color: rgb(168,195,132); }
td.TdClassName
{
border-color: #A8C384;
}
.TagClassName
{
border-color: #A8C384;
}
</style>