#A6BC7F

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

Shades of Caper #A6BC7F

Tints of Caper #A6BC7F

Color information

#A6BC7F (or 0xA6BC7F) is unknown color: approx Caper. HEX triplet: A6, BC and 7F. RGB value is (166,188,127). Sum of RGB (Red+Green+Blue) = 166+188+127=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC7F is #594380. Grayscale: #AEAEAE. Windows color (decimal): -5849985 or 8371366. OLE color: 8371366.

HSL color Cylindrical-coordinate representation of color #A6BC7F: hue angle of 81.64º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6BC7F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB166188127-
CMYK0.1200.320.26
HSL81.64º31.28%61.76%-
HSV(B)81.64º32.45%73.73%-
XYZ37.5445.6126.9-
YUV174.47101.21121.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 127 (50% from 255) = 26.40%
R=34.51%
G=39.09%
B=26.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881270.1200.320.2681.6431.2861.76
HexA6BC7FC0201A521f3e
Octal24627417714040321223776
Binary101001101011110011111111100010000011010101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC7F; }

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

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

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

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

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

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

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

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