#A7BC73

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

Shades of Caper #A7BC73

Tints of Caper #A7BC73

Color information

#A7BC73 (or 0xA7BC73) is unknown color: approx Caper. HEX triplet: A7, BC and 73. RGB value is (167,188,115). Sum of RGB (Red+Green+Blue) = 167+188+115=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC73 is #58438C. Grayscale: #ADADAD. Windows color (decimal): -5784461 or 7584935. OLE color: 7584935.

HSL color Cylindrical-coordinate representation of color #A7BC73: hue angle of 77.26º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7BC73 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB167188115-
CMYK0.1100.390.26
HSL77.26º35.27%59.41%-
HSV(B)77.26º38.83%73.73%-
XYZ37.0145.4223.04-
YUV173.495.04123.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=35.53%
G=40%
B=24.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881150.1100.390.2677.2635.2759.41
HexA7BC73B0271A4d233b
Octal24727416313047321154373
Binary1010011110111100111001110110100111110101001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC73; }

 p { color: rgb(167,188,115); }

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

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

 a { background-color: rgb(167,188,115); }

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

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

 span { border-color: rgb(167,188,115); }

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