Html Css Color HEX #86AD71 Amulet

📋 copy color: '#86AD71'

red 134 ◦ green 173 ◦ blue 113

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

Shades of Amulet #86AD71

Tints of Amulet #86AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 31.9%
G = 41.19%
B = 26.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#86AD71 (or 0x86AD71) is known color: Amulet. HEX triplet: 86, AD and 71. RGB value is (134,173,113). Sum of RGB (Red+Green+Blue) = 134+173+113=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD71 is #79528E. Grayscale: #9A9A9A. Windows color (decimal): -7950991 or 7449990. OLE color: 7449990.

HSL color Cylindrical-coordinate representation of color #86AD71: hue angle of 99º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86AD71 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 113 -
CMYK 0.23 0 0.35 0.32
HSL 99º 0.27% 0.56% -
HSV(B) 99º 0.35% 0.68% -
XYZ 27.76 36.15 21.14 -
YUV 154.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 134 173 113 0.23 0 0.35 0.32 99 0.27 0.56
Hex 86 AD 71 17 0 23 20 63 1B 38
Octal 206 255 161 27 0 43 40 143 33 70
Binary 10000110 10101101 1110001 10111 0 100011 100000 1100011 11011 111000

Color Harmonies of #86AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD71

Black with #86AD71

Text Example


Text Example

White with #86AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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