#A6BE83

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

Shades of Caper #A6BE83

Tints of Caper #A6BE83

Color information

#A6BE83 (or 0xA6BE83) is unknown color: approx Caper. HEX triplet: A6, BE and 83. RGB value is (166,190,131). Sum of RGB (Red+Green+Blue) = 166+190+131=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE83 is #59417C. Grayscale: #B0B0B0. Windows color (decimal): -5849469 or 8634022. OLE color: 8634022.

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

Color convert

RGB166190131-
CMYK0.1300.310.25
HSL84.41º31.22%62.94%-
HSV(B)84.41º31.05%74.51%-
XYZ38.2446.5728.45-
YUV176.1102.55120.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=34.09%
G=39.01%
B=26.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901310.1300.310.2584.4131.2262.94
HexA6BE83D01F19541f3f
Octal24627620315037311243777
Binary101001101011111010000011110101111111001101010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE83; }

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

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

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

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

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

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

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

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