Html Css Color HEX #86AB71 Amulet

📋 copy color: '#86AB71'

red 134 ◦ green 171 ◦ blue 113

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

Shades of Amulet #86AB71

Tints of Amulet #86AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 32.06%
G = 40.91%
B = 27.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#86AB71 (or 0x86AB71) is known color: Amulet. HEX triplet: 86, AB and 71. RGB value is (134,171,113). Sum of RGB (Red+Green+Blue) = 134+171+113=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB71 is #79548E. Grayscale: #999999. Windows color (decimal): -7951503 or 7449478. OLE color: 7449478.

HSL color Cylindrical-coordinate representation of color #86AB71: hue angle of 98.28º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AB71 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 113 -
CMYK 0.22 0 0.34 0.33
HSL 98.28º 0.26% 0.56% -
HSV(B) 98.28º 0.34% 0.67% -
XYZ 27.38 35.39 21.01 -
YUV 153.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 134 171 113 0.22 0 0.34 0.33 98.28 0.26 0.56
Hex 86 AB 71 16 0 22 21 62 1A 38
Octal 206 253 161 26 0 42 41 142 32 70
Binary 10000110 10101011 1110001 10110 0 100010 100001 1100010 11010 111000

Color Harmonies of #86AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB71

Black with #86AB71

Text Example


Text Example

White with #86AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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