#A7BC78

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

Shades of Caper #A7BC78

Tints of Caper #A7BC78

Color information

#A7BC78 (or 0xA7BC78) is unknown color: approx Caper. HEX triplet: A7, BC and 78. RGB value is (167,188,120). Sum of RGB (Red+Green+Blue) = 167+188+120=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC78 is #584387. Grayscale: #AEAEAE. Windows color (decimal): -5784456 or 7912615. OLE color: 7912615.

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

Color convert

RGB167188120-
CMYK0.1100.360.26
HSL78.53º33.66%60.39%-
HSV(B)78.53º36.17%73.73%-
XYZ37.3145.5424.59-
YUV173.9797.54123.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=35.16%
G=39.58%
B=25.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881200.1100.360.2678.5333.6660.39
HexA7BC78B0241A4f223c
Octal24727417013044321174274
Binary1010011110111100111100010110100100110101001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC78; }

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

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

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

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

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

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

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

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