#A6BA81

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

Shades of Caper #A6BA81

Tints of Caper #A6BA81

Color information

#A6BA81 (or 0xA6BA81) is unknown color: approx Caper. HEX triplet: A6, BA and 81. RGB value is (166,186,129). Sum of RGB (Red+Green+Blue) = 166+186+129=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA81 is #59457E. Grayscale: #ADADAD. Windows color (decimal): -5850495 or 8501926. OLE color: 8501926.

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

Color convert

RGB166186129-
CMYK0.1100.310.27
HSL81.05º29.23%61.76%-
HSV(B)81.05º30.65%72.94%-
XYZ37.2544.8127.45-
YUV173.52102.87122.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=34.51%
G=38.67%
B=26.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861290.1100.310.2781.0529.2361.76
HexA6BA81B01F1B511d3e
Octal24627220113037331213576
Binary101001101011101010000001101101111111011101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA81; }

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

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

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

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

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

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

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

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