Html Css Color HEX #86B38E Envy

📋 copy color: '#86B38E'

red 134 ◦ green 179 ◦ blue 142

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

Shades of Envy #86B38E

Tints of Envy #86B38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 142 (55.86% from 255) = 31.21%

R = 29.45%
G = 39.34%
B = 31.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#86B38E (or 0x86B38E) is known color: Envy. HEX triplet: 86, B3 and 8E. RGB value is (134,179,142). Sum of RGB (Red+Green+Blue) = 134+179+142=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #86B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B38E is #794C71. Grayscale: #A1A1A1. Windows color (decimal): -7949426 or 9352070. OLE color: 9352070.

HSL color Cylindrical-coordinate representation of color #86B38E: hue angle of 130.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B38E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 142 -
CMYK 0.25 0 0.21 0.30
HSL 130.67º 0.23% 0.61% -
HSV(B) 130.67º 0.25% 0.7% -
XYZ 30.83 39.26 31.54 -
YUV 161.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 134 179 142 0.25 0 0.21 0.30 130.67 0.23 0.61
Hex 86 B3 8E 19 0 15 1E 83 17 3D
Octal 206 263 216 31 0 25 36 203 27 75
Binary 10000110 10110011 10001110 11001 0 10101 11110 10000011 10111 111101

Color Harmonies of #86B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B38E

Black with #86B38E

Text Example


Text Example

White with #86B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,142); }

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

background-color css

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

 a { background-color: rgb(134,179,142); }

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

border-color css

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

 span { border-color: rgb(134,179,142); }

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