Html Css Color HEX #86B576 Amulet

📋 copy color: '#86B576'

red 134 ◦ green 181 ◦ blue 118

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

Shades of Amulet #86B576

Tints of Amulet #86B576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 30.95%
G = 41.8%
B = 27.25%

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

#86B576 (or 0x86B576) is known color: Amulet. HEX triplet: 86, B5 and 76. RGB value is (134,181,118). Sum of RGB (Red+Green+Blue) = 134+181+118=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #86B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B576 is #794A89. Grayscale: #9F9F9F. Windows color (decimal): -7948938 or 7779718. OLE color: 7779718.

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

Color convert

RGB 134 181 118 -
CMYK 0.26 0 0.35 0.29
HSL 104.76º 0.3% 0.59% -
HSV(B) 104.76º 0.35% 0.71% -
XYZ 29.63 39.42 23.19 -
YUV 159.77 104.43 109.62 -
System Red Green Blue C M Y K H S L
Decimal 134 181 118 0.26 0 0.35 0.29 104.76 0.3 0.59
Hex 86 B5 76 1A 0 23 1D 69 1E 3B
Octal 206 265 166 32 0 43 35 151 36 73
Binary 10000110 10110101 1110110 11010 0 100011 11101 1101001 11110 111011

Color Harmonies of #86B576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B576

Black with #86B576

Text Example


Text Example

White with #86B576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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