Html Css Color HEX #86B475 Amulet

📋 copy color: '#86B475'

red 134 ◦ green 180 ◦ blue 117

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

Shades of Amulet #86B475

Tints of Amulet #86B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 31.09%
G = 41.76%
B = 27.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#86B475 (or 0x86B475) is known color: Amulet. HEX triplet: 86, B4 and 75. RGB value is (134,180,117). Sum of RGB (Red+Green+Blue) = 134+180+117=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #86B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B475 is #794B8A. Grayscale: #9F9F9F. Windows color (decimal): -7949195 or 7713926. OLE color: 7713926.

HSL color Cylindrical-coordinate representation of color #86B475: hue angle of 103.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B475 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 117 -
CMYK 0.26 0 0.35 0.29
HSL 103.81º 0.3% 0.58% -
HSV(B) 103.81º 0.35% 0.71% -
XYZ 29.36 39 22.81 -
YUV 159.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 134 180 117 0.26 0 0.35 0.29 103.81 0.3 0.58
Hex 86 B4 75 1A 0 23 1D 68 1E 3A
Octal 206 264 165 32 0 43 35 150 36 72
Binary 10000110 10110100 1110101 11010 0 100011 11101 1101000 11110 111010

Color Harmonies of #86B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B475

Black with #86B475

Text Example


Text Example

White with #86B475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,117); }

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

background-color css

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

 a { background-color: rgb(134,180,117); }

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

border-color css

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

 span { border-color: rgb(134,180,117); }

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