#A6BC81

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

Shades of Caper #A6BC81

Tints of Caper #A6BC81

Color information

#A6BC81 (or 0xA6BC81) is unknown color: approx Caper. HEX triplet: A6, BC and 81. RGB value is (166,188,129). Sum of RGB (Red+Green+Blue) = 166+188+129=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC81 is #59437E. Grayscale: #AEAEAE. Windows color (decimal): -5849983 or 8502438. OLE color: 8502438.

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

Color convert

RGB166188129-
CMYK0.1200.310.26
HSL82.37º30.57%62.16%-
HSV(B)82.37º31.38%73.73%-
XYZ37.6745.6627.6-
YUV174.7102.21121.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=34.37%
G=38.92%
B=26.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881290.1200.310.2682.3730.5762.16
HexA6BC81C01F1A521f3e
Octal24627420114037321223776
Binary101001101011110010000001110001111111010101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC81; }

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

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

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

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

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

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

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

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