Html Css Color HEX #86BC9F Summer Green

📋 copy color: '#86BC9F'

red 134 ◦ green 188 ◦ blue 159

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

Shades of Summer Green #86BC9F

Tints of Summer Green #86BC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 27.86%
G = 39.09%
B = 33.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#86BC9F (or 0x86BC9F) is known color: Summer Green. HEX triplet: 86, BC and 9F. RGB value is (134,188,159). Sum of RGB (Red+Green+Blue) = 134+188+159=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC9F is #794360. Grayscale: #A8A8A8. Windows color (decimal): -7947105 or 10468486. OLE color: 10468486.

HSL color Cylindrical-coordinate representation of color #86BC9F: hue angle of 147.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BC9F is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 159 -
CMYK 0.29 0 0.15 0.26
HSL 147.78º 0.29% 0.63% -
HSV(B) 147.78º 0.29% 0.74% -
XYZ 34.07 43.54 39.41 -
YUV 168.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 134 188 159 0.29 0 0.15 0.26 147.78 0.29 0.63
Hex 86 BC 9F 1D 0 F 1A 94 1D 3F
Octal 206 274 237 35 0 17 32 224 35 77
Binary 10000110 10111100 10011111 11101 0 1111 11010 10010100 11101 111111

Color Harmonies of #86BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC9F

Black with #86BC9F

Text Example


Text Example

White with #86BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,159); }

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

background-color css

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

 a { background-color: rgb(134,188,159); }

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

border-color css

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

 span { border-color: rgb(134,188,159); }

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