#A8C680

Color #A8C680 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A8C680

Tints of Caper #A8C680

Color information

#A8C680 (or 0xA8C680) is unknown color: approx Caper. HEX triplet: A8, C6 and 80. RGB value is (168,198,128). Sum of RGB (Red+Green+Blue) = 168+198+128=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C680 is #57397F. Grayscale: #B5B5B5. Windows color (decimal): -5716352 or 8439464. OLE color: 8439464.

HSL color Cylindrical-coordinate representation of color #A8C680: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C680 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB168198128-
CMYK0.1500.350.22
HSL85.71º38.04%63.92%-
HSV(B)85.71º35.35%77.65%-
XYZ40.2450.2728-
YUV181.0598.06118.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=34.01%
G=40.08%
B=25.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981280.1500.350.2285.7138.0463.92
HexA8C680F02316562640
Octal250306200170432612646100
Binary101010001100011010000000111101000111011010101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C680; }

 p { color: rgb(168,198,128); }

 H1.HeaderClassName
 {
   color: #A8C680;
 }
 .AnyTagClassName
 {
   color: #A8C680;
 }
</style>
background-color css

<style>
 a { background-color: #A8C680; }

 a { background-color: rgb(168,198,128); }

 div.DivClassName
 {
   background-color: #A8C680;
 }
 .BgClassName
 {
   background-color: #A8C680;
 }
</style>
border-color css

<style>
 span { border-color: #A8C680; }

 span { border-color: rgb(168,198,128); }

 td.TdClassName
 {
   border-color: #A8C680;
 }
 .TagClassName
 {
   border-color: #A8C680;
 }
</style>