Html Css Color HEX #86A46E Amulet

📋 copy color: '#86A46E'

red 134 ◦ green 164 ◦ blue 110

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

Shades of Amulet #86A46E

Tints of Amulet #86A46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 32.84%
G = 40.2%
B = 26.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#86A46E (or 0x86A46E) is known color: Amulet. HEX triplet: 86, A4 and 6E. RGB value is (134,164,110). Sum of RGB (Red+Green+Blue) = 134+164+110=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #86A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A46E is #795B91. Grayscale: #959595. Windows color (decimal): -7953298 or 7251078. OLE color: 7251078.

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

Color convert

RGB 134 164 110 -
CMYK 0.18 0 0.33 0.36
HSL 93.33º 0.23% 0.54% -
HSV(B) 93.33º 0.33% 0.64% -
XYZ 25.92 32.75 19.71 -
YUV 148.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 134 164 110 0.18 0 0.33 0.36 93.33 0.23 0.54
Hex 86 A4 6E 12 0 21 24 5D 17 36
Octal 206 244 156 22 0 41 44 135 27 66
Binary 10000110 10100100 1101110 10010 0 100001 100100 1011101 10111 110110

Color Harmonies of #86A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A46E

Black with #86A46E

Text Example


Text Example

White with #86A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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