#A7BA80

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

Shades of Caper #A7BA80

Tints of Caper #A7BA80

Color information

#A7BA80 (or 0xA7BA80) is unknown color: approx Caper. HEX triplet: A7, BA and 80. RGB value is (167,186,128). Sum of RGB (Red+Green+Blue) = 167+186+128=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA80 is #58457F. Grayscale: #ADADAD. Windows color (decimal): -5784960 or 8436391. OLE color: 8436391.

HSL color Cylindrical-coordinate representation of color #A7BA80: hue angle of 79.66º degrees, saturation: 0.3, 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 #A7BA80 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB167186128-
CMYK0.1000.310.27
HSL79.66º29.59%61.57%-
HSV(B)79.66º31.18%72.94%-
XYZ37.3944.8927.12-
YUV173.71102.21123.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=34.72%
G=38.67%
B=26.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861280.1000.310.2779.6629.5961.57
HexA7BA80A01F1B501e3e
Octal24727220012037331203676
Binary101001111011101010000000101001111111011101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA80; }

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

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

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

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

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

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

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

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