Html Css Color HEX #86A582 Amulet

📋 copy color: '#86A582'

red 134 ◦ green 165 ◦ blue 130

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

Shades of Amulet #86A582

Tints of Amulet #86A582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 31.24%
G = 38.46%
B = 30.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#86A582 (or 0x86A582) is known color: Amulet. HEX triplet: 86, A5 and 82. RGB value is (134,165,130). Sum of RGB (Red+Green+Blue) = 134+165+130=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #86A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A582 is #795A7D. Grayscale: #979797. Windows color (decimal): -7953022 or 8562054. OLE color: 8562054.

HSL color Cylindrical-coordinate representation of color #86A582: hue angle of 113.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86A582 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 130 -
CMYK 0.19 0 0.21 0.35
HSL 113.14º 0.16% 0.58% -
HSV(B) 113.14º 0.21% 0.65% -
XYZ 27.32 33.59 26.16 -
YUV 151.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 134 165 130 0.19 0 0.21 0.35 113.14 0.16 0.58
Hex 86 A5 82 13 0 15 23 71 10 3A
Octal 206 245 202 23 0 25 43 161 20 72
Binary 10000110 10100101 10000010 10011 0 10101 100011 1110001 10000 111010

Color Harmonies of #86A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A582

Black with #86A582

Text Example


Text Example

White with #86A582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,130); }

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

background-color css

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

 a { background-color: rgb(134,165,130); }

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

border-color css

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

 span { border-color: rgb(134,165,130); }

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