#A6BE82

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

Shades of Caper #A6BE82

Tints of Caper #A6BE82

Color information

#A6BE82 (or 0xA6BE82) is unknown color: approx Caper. HEX triplet: A6, BE and 82. RGB value is (166,190,130). Sum of RGB (Red+Green+Blue) = 166+190+130=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE82 is #59417D. Grayscale: #B0B0B0. Windows color (decimal): -5849470 or 8568486. OLE color: 8568486.

HSL color Cylindrical-coordinate representation of color #A6BE82: hue angle of 84º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6BE82 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB166190130-
CMYK0.1300.320.25
HSL84º31.58%62.75%-
HSV(B)84º31.58%74.51%-
XYZ38.1746.5528.09-
YUV175.98102.05120.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=34.16%
G=39.09%
B=26.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901300.1300.320.258431.5862.75
HexA6BE82D0201954203f
Octal24627620215040311244077
Binary10100110101111101000001011010100000110011010100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE82; }

 p { color: rgb(166,190,130); }

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

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

 a { background-color: rgb(166,190,130); }

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

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

 span { border-color: rgb(166,190,130); }

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