#A7C885

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

Shades of Feijoa #A7C885

Tints of Feijoa #A7C885

Color information

#A7C885 (or 0xA7C885) is unknown color: approx Feijoa. HEX triplet: A7, C8 and 85. RGB value is (167,200,133). Sum of RGB (Red+Green+Blue) = 167+200+133=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C885 is #58377A. Grayscale: #B6B6B6. Windows color (decimal): -5781371 or 8767655. OLE color: 8767655.

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

Color convert

RGB167200133-
CMYK0.1600.340.22
HSL89.55º37.85%65.29%-
HSV(B)89.55º33.5%78.43%-
XYZ40.8251.2229.92-
YUV182.5100.07116.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=33.4%
G=40%
B=26.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001330.1600.340.2289.5537.8565.29
HexA7C88510022165a2641
Octal247310205200422613246101
Binary1010011111001000100001011000001000101011010110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C885; }

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

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

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

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

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

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

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

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