Shades of Caper #A8C678
Tints of Caper #A8C678
RGB
CMYK
RGB Variations
Color information
#A8C678 (or 0xA8C678) is known color: Caper. HEX triplet: A8, C6 and 78. RGB value is (168,198,120). Sum of RGB (Red+Green+Blue) = 168+198+120=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C678 is #573987. Grayscale: #B4B4B4. Windows color (decimal): -5716360 or 7915176. OLE color: 7915176.
HSL color Cylindrical-coordinate representation of color #A8C678: hue angle of 83.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8C678 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 120 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.22 |
| HSL | 83.08º | 0.41% | 0.62% | - |
| HSV(B) | 83.08º | 0.39% | 0.78% | - |
| XYZ | 39.73 | 50.07 | 25.34 | - |
| YUV | 180.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 120 | 0.15 | 0 | 0.39 | 0.22 | 83.08 | 0.41 | 0.62 |
| Hex | A8 | C6 | 78 | F | 0 | 27 | 16 | 53 | 29 | 3E |
| Octal | 250 | 306 | 170 | 17 | 0 | 47 | 26 | 123 | 51 | 76 |
| Binary | 10101000 | 11000110 | 1111000 | 1111 | 0 | 100111 | 10110 | 1010011 | 101001 | 111110 |
Color Harmonies of #A8C678
Complementary color
Monochromatic Colors of #A8C678
Black with #A8C678
Text Example
Text Example
White with #A8C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C678; }
p { color: rgb(168,198,120); }
H1.HeaderClassName
{
color: #A8C678;
}
.AnyTagClassName
{
color: #A8C678;
}
</style>
background-color css
<style>
a { background-color: #A8C678; }
a { background-color: rgb(168,198,120); }
div.DivClassName
{
background-color: #A8C678;
}
.BgClassName
{
background-color: #A8C678;
}
</style>
border-color css
<style>
span { border-color: #A8C678; }
span { border-color: rgb(168,198,120); }
td.TdClassName
{
border-color: #A8C678;
}
.TagClassName
{
border-color: #A8C678;
}
</style>