#A6C37D

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

Shades of Caper #A6C37D

Tints of Caper #A6C37D

Color information

#A6C37D (or 0xA6C37D) is unknown color: approx Caper. HEX triplet: A6, C3 and 7D. RGB value is (166,195,125). Sum of RGB (Red+Green+Blue) = 166+195+125=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C37D is #593C82. Grayscale: #B2B2B2. Windows color (decimal): -5848195 or 8242086. OLE color: 8242086.

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

Color convert

RGB166195125-
CMYK0.1500.360.24
HSL84.86º36.84%62.75%-
HSV(B)84.86º35.9%76.47%-
XYZ38.9448.6226.73-
YUV178.3597.89119.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=34.16%
G=40.12%
B=25.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951250.1500.360.2484.8636.8462.75
HexA6C37DF0241855253f
Octal24630317517044301254577
Binary1010011011000011111110111110100100110001010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C37D; }

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

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

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

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

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

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

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

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