#A7BF80

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

Shades of Caper #A7BF80

Tints of Caper #A7BF80

Color information

#A7BF80 (or 0xA7BF80) is unknown color: approx Caper. HEX triplet: A7, BF and 80. RGB value is (167,191,128). Sum of RGB (Red+Green+Blue) = 167+191+128=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF80 is #58407F. Grayscale: #B0B0B0. Windows color (decimal): -5783680 or 8437671. OLE color: 8437671.

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

Color convert

RGB167191128-
CMYK0.1300.330.25
HSL82.86º32.98%62.55%-
HSV(B)82.86º32.98%74.9%-
XYZ38.4647.0427.47-
YUV176.64100.55121.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=34.36%
G=39.30%
B=26.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911280.1300.330.2582.8632.9862.55
HexA7BF80D0211953213f
Octal24727720015041311234177
Binary10100111101111111000000011010100001110011010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF80; }

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

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

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

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

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

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

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

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