#A7BA77

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

Shades of Caper #A7BA77

Tints of Caper #A7BA77

Color information

#A7BA77 (or 0xA7BA77) is unknown color: approx Caper. HEX triplet: A7, BA and 77. RGB value is (167,186,119). Sum of RGB (Red+Green+Blue) = 167+186+119=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA77 is #584588. Grayscale: #ACACAC. Windows color (decimal): -5784969 or 7846567. OLE color: 7846567.

HSL color Cylindrical-coordinate representation of color #A7BA77: hue angle of 77.01º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7BA77 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB167186119-
CMYK0.1000.360.27
HSL77.01º32.68%59.8%-
HSV(B)77.01º36.02%72.94%-
XYZ36.8344.6724.13-
YUV172.6897.71123.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=35.38%
G=39.41%
B=25.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861190.1000.360.2777.0132.6859.8
HexA7BA77A0241B4d213c
Octal24727216712044331154174
Binary1010011110111010111011110100100100110111001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA77; }

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

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

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

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

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

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

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

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