#A6C47F

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

Shades of Caper #A6C47F

Tints of Caper #A6C47F

Color information

#A6C47F (or 0xA6C47F) is unknown color: approx Caper. HEX triplet: A6, C4 and 7F. RGB value is (166,196,127). Sum of RGB (Red+Green+Blue) = 166+196+127=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C47F is #593B80. Grayscale: #B3B3B3. Windows color (decimal): -5847937 or 8373414. OLE color: 8373414.

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

Color convert

RGB166196127-
CMYK0.1500.350.23
HSL86.09º36.9%63.33%-
HSV(B)86.09º35.2%76.86%-
XYZ39.349.1227.49-
YUV179.1698.56118.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 127 (50% from 255) = 25.97%
R=33.95%
G=40.08%
B=25.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961270.1500.350.2386.0936.963.33
HexA6C47FF0231756253f
Octal24630417717043271264577
Binary1010011011000100111111111110100011101111010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C47F; }

 p { color: rgb(166,196,127); }

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

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

 a { background-color: rgb(166,196,127); }

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

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

 span { border-color: rgb(166,196,127); }

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