#A6C97C

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

Shades of Caper #A6C97C

Tints of Caper #A6C97C

Color information

#A6C97C (or 0xA6C97C) is unknown color: approx Caper. HEX triplet: A6, C9 and 7C. RGB value is (166,201,124). Sum of RGB (Red+Green+Blue) = 166+201+124=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C97C is #593683. Grayscale: #B6B6B6. Windows color (decimal): -5846660 or 8178086. OLE color: 8178086.

HSL color Cylindrical-coordinate representation of color #A6C97C: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C97C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB166201124-
CMYK0.1700.380.21
HSL87.27º41.62%63.73%-
HSV(B)87.27º38.31%78.82%-
XYZ40.2551.3426.86-
YUV181.7695.4116.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=33.81%
G=40.94%
B=25.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011240.1700.380.2187.2741.6263.73
HexA6C97C1102615572a40
Octal246311174210462512752100
Binary101001101100100111111001000101001101010110101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C97C; }

 p { color: rgb(166,201,124); }

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

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

 a { background-color: rgb(166,201,124); }

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

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

 span { border-color: rgb(166,201,124); }

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