#A7BE80

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

Shades of Caper #A7BE80

Tints of Caper #A7BE80

Color information

#A7BE80 (or 0xA7BE80) is unknown color: approx Caper. HEX triplet: A7, BE and 80. RGB value is (167,190,128). Sum of RGB (Red+Green+Blue) = 167+190+128=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE80 is #58417F. Grayscale: #B0B0B0. Windows color (decimal): -5783936 or 8437415. OLE color: 8437415.

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

Color convert

RGB167190128-
CMYK0.1200.330.25
HSL82.26º32.29%62.35%-
HSV(B)82.26º32.63%74.51%-
XYZ38.2546.627.4-
YUV176.06100.88121.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=34.43%
G=39.18%
B=26.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901280.1200.330.2582.2632.2962.35
HexA7BE80C0211952203e
Octal24727620014041311224076
Binary10100111101111101000000011000100001110011010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE80; }

 p { color: rgb(167,190,128); }

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

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

 a { background-color: rgb(167,190,128); }

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

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

 span { border-color: rgb(167,190,128); }

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