#A6BA7B

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

Shades of Caper #A6BA7B

Tints of Caper #A6BA7B

Color information

#A6BA7B (or 0xA6BA7B) is unknown color: approx Caper. HEX triplet: A6, BA and 7B. RGB value is (166,186,123). Sum of RGB (Red+Green+Blue) = 166+186+123=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA7B is #594584. Grayscale: #ADADAD. Windows color (decimal): -5850501 or 8108710. OLE color: 8108710.

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

Color convert

RGB166186123-
CMYK0.1100.340.27
HSL79.05º31.34%60.59%-
HSV(B)79.05º33.87%72.94%-
XYZ36.8644.6525.42-
YUV172.8499.87123.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=34.95%
G=39.16%
B=25.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861230.1100.340.2779.0531.3460.59
HexA6BA7BB0221B4f1f3d
Octal24627217313042331173775
Binary101001101011101011110111011010001011011100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA7B; }

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

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

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

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

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

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

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

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