Html Css Color HEX #86A471 Amulet

📋 copy color: '#86A471'

red 134 ◦ green 164 ◦ blue 113

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

Shades of Amulet #86A471

Tints of Amulet #86A471

RGB

 RED value IS 134 (52.73% from 255) = 32.6%

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 32.6%
G = 39.9%
B = 27.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#86A471 (or 0x86A471) is known color: Amulet. HEX triplet: 86, A4 and 71. RGB value is (134,164,113). Sum of RGB (Red+Green+Blue) = 134+164+113=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #86A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A471 is #795B8E. Grayscale: #959595. Windows color (decimal): -7953295 or 7447686. OLE color: 7447686.

HSL color Cylindrical-coordinate representation of color #86A471: hue angle of 95.29º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86A471 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 113 -
CMYK 0.18 0 0.31 0.36
HSL 95.29º 0.22% 0.54% -
HSV(B) 95.29º 0.31% 0.64% -
XYZ 26.09 32.81 20.58 -
YUV 149.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 134 164 113 0.18 0 0.31 0.36 95.29 0.22 0.54
Hex 86 A4 71 12 0 1F 24 5F 16 36
Octal 206 244 161 22 0 37 44 137 26 66
Binary 10000110 10100100 1110001 10010 0 11111 100100 1011111 10110 110110

Color Harmonies of #86A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A471

Black with #86A471

Text Example


Text Example

White with #86A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A471; }

 p { color: rgb(134,164,113); }

 H1.HeaderClassName
 {
   color: #86A471;
 }
 .AnyTagClassName
 {
   color: #86A471;
 }
</style>

background-color css

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

 a { background-color: rgb(134,164,113); }

 div.DivClassName
 {
   background-color: #86A471;
 }
 .BgClassName
 {
   background-color: #86A471;
 }
</style>

border-color css

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

 span { border-color: rgb(134,164,113); }

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