Html Css Color HEX #86B38C Envy

📋 copy color: '#86B38C'

red 134 ◦ green 179 ◦ blue 140

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

Shades of Envy #86B38C

Tints of Envy #86B38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 29.58%
G = 39.51%
B = 30.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#86B38C (or 0x86B38C) is known color: Envy. HEX triplet: 86, B3 and 8C. RGB value is (134,179,140). Sum of RGB (Red+Green+Blue) = 134+179+140=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #86B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B38C is #794C73. Grayscale: #A1A1A1. Windows color (decimal): -7949428 or 9220998. OLE color: 9220998.

HSL color Cylindrical-coordinate representation of color #86B38C: hue angle of 128º 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 #86B38C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 140 -
CMYK 0.25 0 0.22 0.30
HSL 128º 0.23% 0.61% -
HSV(B) 128º 0.25% 0.7% -
XYZ 30.69 39.2 30.76 -
YUV 161.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 134 179 140 0.25 0 0.22 0.30 128 0.23 0.61
Hex 86 B3 8C 19 0 16 1E 80 17 3D
Octal 206 263 214 31 0 26 36 200 27 75
Binary 10000110 10110011 10001100 11001 0 10110 11110 10000000 10111 111101

Color Harmonies of #86B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B38C

Black with #86B38C

Text Example


Text Example

White with #86B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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