#A6B97F

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

Shades of Caper #A6B97F

Tints of Caper #A6B97F

Color information

#A6B97F (or 0xA6B97F) is unknown color: approx Caper. HEX triplet: A6, B9 and 7F. RGB value is (166,185,127). Sum of RGB (Red+Green+Blue) = 166+185+127=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B97F is #594680. Grayscale: #ACACAC. Windows color (decimal): -5850753 or 8370598. OLE color: 8370598.

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

Color convert

RGB166185127-
CMYK0.1000.310.27
HSL79.66º29.29%61.18%-
HSV(B)79.66º31.35%72.55%-
XYZ36.9144.3426.69-
YUV172.71102.21123.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 127 (50% from 255) = 26.57%
R=34.73%
G=38.70%
B=26.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851270.1000.310.2779.6629.2961.18
HexA6B97FA01F1B501d3d
Octal24627117712037331203575
Binary10100110101110011111111101001111111011101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B97F; }

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

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

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

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

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

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

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

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