Html Css Color HEX #86B878 Amulet

📋 copy color: '#86B878'

red 134 ◦ green 184 ◦ blue 120

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

Shades of Amulet #86B878

Tints of Amulet #86B878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 30.59%
G = 42.01%
B = 27.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#86B878 (or 0x86B878) is known color: Amulet. HEX triplet: 86, B8 and 78. RGB value is (134,184,120). Sum of RGB (Red+Green+Blue) = 134+184+120=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #86B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B878 is #794787. Grayscale: #A1A1A1. Windows color (decimal): -7948168 or 7911558. OLE color: 7911558.

HSL color Cylindrical-coordinate representation of color #86B878: hue angle of 106.88º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B878 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 120 -
CMYK 0.27 0 0.35 0.28
HSL 106.88º 0.31% 0.6% -
HSV(B) 106.88º 0.35% 0.72% -
XYZ 30.36 40.71 24.03 -
YUV 161.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 134 184 120 0.27 0 0.35 0.28 106.88 0.31 0.6
Hex 86 B8 78 1B 0 23 1C 6B 1F 3C
Octal 206 270 170 33 0 43 34 153 37 74
Binary 10000110 10111000 1111000 11011 0 100011 11100 1101011 11111 111100

Color Harmonies of #86B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B878

Black with #86B878

Text Example


Text Example

White with #86B878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,120); }

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

background-color css

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

 a { background-color: rgb(134,184,120); }

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

border-color css

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

 span { border-color: rgb(134,184,120); }

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