Html Css Color HEX #86BE9D Summer Green

📋 copy color: '#86BE9D'

red 134 ◦ green 190 ◦ blue 157

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

Shades of Summer Green #86BE9D

Tints of Summer Green #86BE9D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 27.86%
G = 39.5%
B = 32.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#86BE9D (or 0x86BE9D) is known color: Summer Green. HEX triplet: 86, BE and 9D. RGB value is (134,190,157). Sum of RGB (Red+Green+Blue) = 134+190+157=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE9D is #794162. Grayscale: #A9A9A9. Windows color (decimal): -7946595 or 10337926. OLE color: 10337926.

HSL color Cylindrical-coordinate representation of color #86BE9D: hue angle of 144.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BE9D is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 157 -
CMYK 0.29 0 0.17 0.25
HSL 144.64º 0.3% 0.64% -
HSV(B) 144.64º 0.29% 0.75% -
XYZ 34.33 44.33 38.65 -
YUV 169.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 134 190 157 0.29 0 0.17 0.25 144.64 0.3 0.64
Hex 86 BE 9D 1D 0 11 19 91 1E 40
Octal 206 276 235 35 0 21 31 221 36 100
Binary 10000110 10111110 10011101 11101 0 10001 11001 10010001 11110 1000000

Color Harmonies of #86BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE9D

Black with #86BE9D

Text Example


Text Example

White with #86BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,157); }

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

background-color css

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

 a { background-color: rgb(134,190,157); }

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

border-color css

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

 span { border-color: rgb(134,190,157); }

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