#A6BA76

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

Shades of Caper #A6BA76

Tints of Caper #A6BA76

Color information

#A6BA76 (or 0xA6BA76) is unknown color: approx Caper. HEX triplet: A6, BA and 76. RGB value is (166,186,118). Sum of RGB (Red+Green+Blue) = 166+186+118=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA76 is #594589. Grayscale: #ACACAC. Windows color (decimal): -5850506 or 7781030. OLE color: 7781030.

HSL color Cylindrical-coordinate representation of color #A6BA76: hue angle of 77.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6BA76 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB166186118-
CMYK0.1100.370.27
HSL77.65º33.01%59.61%-
HSV(B)77.65º36.56%72.94%-
XYZ36.5544.5323.81-
YUV172.2797.37123.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=35.32%
G=39.57%
B=25.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861180.1100.370.2777.6533.0159.61
HexA6BA76B0251B4e213c
Octal24627216613045331164174
Binary1010011010111010111011010110100101110111001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA76; }

 p { color: rgb(166,186,118); }

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

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

 a { background-color: rgb(166,186,118); }

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

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

 span { border-color: rgb(166,186,118); }

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