#A6BC7E

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

Shades of Caper #A6BC7E

Tints of Caper #A6BC7E

Color information

#A6BC7E (or 0xA6BC7E) is unknown color: approx Caper. HEX triplet: A6, BC and 7E. RGB value is (166,188,126). Sum of RGB (Red+Green+Blue) = 166+188+126=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC7E is #594381. Grayscale: #AEAEAE. Windows color (decimal): -5849986 or 8305830. OLE color: 8305830.

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

Color convert

RGB166188126-
CMYK0.1200.330.26
HSL81.29º31.63%61.57%-
HSV(B)81.29º32.98%73.73%-
XYZ37.4845.5826.56-
YUV174.35100.71122.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=34.58%
G=39.17%
B=26.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881260.1200.330.2681.2931.6361.57
HexA6BC7EC0211A51203e
Octal24627417614041321214076
Binary1010011010111100111111011000100001110101010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC7E; }

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

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

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

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

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

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

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

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