Html Css Color HEX #86C196 Summer Green

📋 copy color: '#86C196'

red 134 ◦ green 193 ◦ blue 150

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

Shades of Summer Green #86C196

Tints of Summer Green #86C196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.46%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 28.09%
G = 40.46%
B = 31.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#86C196 (or 0x86C196) is known color: Summer Green. HEX triplet: 86, C1 and 96. RGB value is (134,193,150). Sum of RGB (Red+Green+Blue) = 134+193+150=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #86C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C196 is #793E69. Grayscale: #AAAAAA. Windows color (decimal): -7945834 or 9879942. OLE color: 9879942.

HSL color Cylindrical-coordinate representation of color #86C196: hue angle of 136.27º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C196 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 150 -
CMYK 0.31 0 0.22 0.24
HSL 136.27º 0.32% 0.64% -
HSV(B) 136.27º 0.31% 0.76% -
XYZ 34.41 45.41 35.81 -
YUV 170.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 134 193 150 0.31 0 0.22 0.24 136.27 0.32 0.64
Hex 86 C1 96 1F 0 16 18 88 20 40
Octal 206 301 226 37 0 26 30 210 40 100
Binary 10000110 11000001 10010110 11111 0 10110 11000 10001000 100000 1000000

Color Harmonies of #86C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C196

Black with #86C196

Text Example


Text Example

White with #86C196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,150); }

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

background-color css

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

 a { background-color: rgb(134,193,150); }

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

border-color css

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

 span { border-color: rgb(134,193,150); }

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