#A6C37E

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

Shades of Caper #A6C37E

Tints of Caper #A6C37E

Color information

#A6C37E (or 0xA6C37E) is unknown color: approx Caper. HEX triplet: A6, C3 and 7E. RGB value is (166,195,126). Sum of RGB (Red+Green+Blue) = 166+195+126=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C37E is #593C81. Grayscale: #B2B2B2. Windows color (decimal): -5848194 or 8307622. OLE color: 8307622.

HSL color Cylindrical-coordinate representation of color #A6C37E: hue angle of 85.22º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C37E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB166195126-
CMYK0.1500.350.24
HSL85.22º36.51%62.94%-
HSV(B)85.22º35.38%76.47%-
XYZ39.0148.6427.07-
YUV178.4698.39119.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=34.09%
G=40.04%
B=25.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951260.1500.350.2485.2236.5162.94
HexA6C37EF0231855253f
Octal24630317617043301254577
Binary1010011011000011111111011110100011110001010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C37E; }

 p { color: rgb(166,195,126); }

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

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

 a { background-color: rgb(166,195,126); }

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

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

 span { border-color: rgb(166,195,126); }

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