#A6C580

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

Shades of Caper #A6C580

Tints of Caper #A6C580

Color information

#A6C580 (or 0xA6C580) is unknown color: approx Caper. HEX triplet: A6, C5 and 80. RGB value is (166,197,128). Sum of RGB (Red+Green+Blue) = 166+197+128=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C580 is #593A7F. Grayscale: #B4B4B4. Windows color (decimal): -5847680 or 8439206. OLE color: 8439206.

HSL color Cylindrical-coordinate representation of color #A6C580: hue angle of 86.96º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C580 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB166197128-
CMYK0.1600.350.23
HSL86.96º37.3%63.73%-
HSV(B)86.96º35.03%77.25%-
XYZ39.5949.627.91-
YUV179.8698.73118.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=33.81%
G=40.12%
B=26.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971280.1600.350.2386.9637.363.73
HexA6C5801002317572540
Octal246305200200432712745100
Binary1010011011000101100000001000001000111011110101111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C580; }

 p { color: rgb(166,197,128); }

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

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

 a { background-color: rgb(166,197,128); }

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

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

 span { border-color: rgb(166,197,128); }

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