#A7C886

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

Shades of Feijoa #A7C886

Tints of Feijoa #A7C886

Color information

#A7C886 (or 0xA7C886) is unknown color: approx Feijoa. HEX triplet: A7, C8 and 86. RGB value is (167,200,134). Sum of RGB (Red+Green+Blue) = 167+200+134=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C886 is #583779. Grayscale: #B6B6B6. Windows color (decimal): -5781370 or 8833191. OLE color: 8833191.

HSL color Cylindrical-coordinate representation of color #A7C886: hue angle of 90º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7C886 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB167200134-
CMYK0.1600.330.22
HSL90º37.5%65.49%-
HSV(B)90º33%78.43%-
XYZ40.8951.2530.29-
YUV182.61100.57116.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=33.33%
G=39.92%
B=26.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001340.1600.330.229037.565.49
HexA7C88610021165a2641
Octal247310206200412613246101
Binary1010011111001000100001101000001000011011010110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C886; }

 p { color: rgb(167,200,134); }

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

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

 a { background-color: rgb(167,200,134); }

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

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

 span { border-color: rgb(167,200,134); }

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