Shades of Caper #A8C784
Tints of Caper #A8C784
RGB
CMYK
RGB Variations
Color information
#A8C784 (or 0xA8C784) is known color: Caper. HEX triplet: A8, C7 and 84. RGB value is (168,199,132). Sum of RGB (Red+Green+Blue) = 168+199+132=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C784 is #57387B. Grayscale: #B6B6B6. Windows color (decimal): -5716092 or 8701864. OLE color: 8701864.
HSL color Cylindrical-coordinate representation of color #A8C784: hue angle of 87.76º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C784 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 199 | 132 | - |
CMYK | 0.16 | 0 | 0.34 | 0.22 |
HSL | 87.76º | 0.37% | 0.65% | - |
HSV(B) | 87.76º | 0.34% | 0.78% | - |
XYZ | 40.74 | 50.84 | 29.5 | - |
YUV | 182.09 | 99.73 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 199 | 132 | 0.16 | 0 | 0.34 | 0.22 | 87.76 | 0.37 | 0.65 |
Hex | A8 | C7 | 84 | 10 | 0 | 22 | 16 | 58 | 25 | 41 |
Octal | 250 | 307 | 204 | 20 | 0 | 42 | 26 | 130 | 45 | 101 |
Binary | 10101000 | 11000111 | 10000100 | 10000 | 0 | 100010 | 10110 | 1011000 | 100101 | 1000001 |
Color Harmonies of #A8C784
Complementary color
Monochromatic Colors of #A8C784
Black with #A8C784
Text Example
Text Example
White with #A8C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C784; }
p { color: rgb(168,199,132); }
H1.HeaderClassName
{
color: #A8C784;
}
.AnyTagClassName
{
color: #A8C784;
}
</style>
background-color css
<style>
a { background-color: #A8C784; }
a { background-color: rgb(168,199,132); }
div.DivClassName
{
background-color: #A8C784;
}
.BgClassName
{
background-color: #A8C784;
}
</style>
border-color css
<style>
span { border-color: #A8C784; }
span { border-color: rgb(168,199,132); }
td.TdClassName
{
border-color: #A8C784;
}
.TagClassName
{
border-color: #A8C784;
}
</style>