Html Css Color HEX #86B577 Amulet

📋 copy color: '#86B577'

red 134 ◦ green 181 ◦ blue 119

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

Shades of Amulet #86B577

Tints of Amulet #86B577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 30.88%
G = 41.71%
B = 27.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#86B577 (or 0x86B577) is known color: Amulet. HEX triplet: 86, B5 and 77. RGB value is (134,181,119). Sum of RGB (Red+Green+Blue) = 134+181+119=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #86B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B577 is #794A88. Grayscale: #A0A0A0. Windows color (decimal): -7948937 or 7845254. OLE color: 7845254.

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

Color convert

RGB 134 181 119 -
CMYK 0.26 0 0.34 0.29
HSL 105.48º 0.3% 0.59% -
HSV(B) 105.48º 0.34% 0.71% -
XYZ 29.69 39.45 23.5 -
YUV 159.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 134 181 119 0.26 0 0.34 0.29 105.48 0.3 0.59
Hex 86 B5 77 1A 0 22 1D 69 1E 3B
Octal 206 265 167 32 0 42 35 151 36 73
Binary 10000110 10110101 1110111 11010 0 100010 11101 1101001 11110 111011

Color Harmonies of #86B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B577

Black with #86B577

Text Example


Text Example

White with #86B577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,119); }

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

background-color css

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

 a { background-color: rgb(134,181,119); }

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

border-color css

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

 span { border-color: rgb(134,181,119); }

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