Html Css Color HEX #A7C886 Feijoa

📋 copy color: '#A7C886'

red 167 ◦ green 200 ◦ blue 134

#A7C886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A7C886

Tints of Feijoa #A7C886

RGB

 RED value IS 167 (65.63% 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 value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#A7C886 (or 0xA7C886) is known color: 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

RGB 167 200 134 -
CMYK 0.16 0 0.33 0.22
HSL 90º 0.38% 0.65% -
HSV(B) 90º 0.33% 0.78% -
XYZ 40.89 51.25 30.29 -
YUV 182.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 167 200 134 0.16 0 0.33 0.22 90 0.38 0.65
Hex A7 C8 86 10 0 21 16 5A 26 41
Octal 247 310 206 20 0 41 26 132 46 101
Binary 10100111 11001000 10000110 10000 0 100001 10110 1011010 100110 1000001

Color Harmonies of #A7C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C886

Black with #A7C886

Text Example


Text Example

White with #A7C886

Text Example


Text Example

HTML Codes & Css Web 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>