Html Css Color HEX #86B595 Summer Green

📋 copy color: '#86B595'

red 134 ◦ green 181 ◦ blue 149

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

Shades of Summer Green #86B595

Tints of Summer Green #86B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 28.88%
G = 39.01%
B = 32.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#86B595 (or 0x86B595) is known color: Summer Green. HEX triplet: 86, B5 and 95. RGB value is (134,181,149). Sum of RGB (Red+Green+Blue) = 134+181+149=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #86B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B595 is #794A6A. Grayscale: #A3A3A3. Windows color (decimal): -7948907 or 9811334. OLE color: 9811334.

HSL color Cylindrical-coordinate representation of color #86B595: hue angle of 139.15º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B595 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 149 -
CMYK 0.26 0 0.18 0.29
HSL 139.15º 0.24% 0.62% -
HSV(B) 139.15º 0.26% 0.71% -
XYZ 31.78 40.29 34.53 -
YUV 163.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 134 181 149 0.26 0 0.18 0.29 139.15 0.24 0.62
Hex 86 B5 95 1A 0 12 1D 8B 18 3E
Octal 206 265 225 32 0 22 35 213 30 76
Binary 10000110 10110101 10010101 11010 0 10010 11101 10001011 11000 111110

Color Harmonies of #86B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B595

Black with #86B595

Text Example


Text Example

White with #86B595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,149); }

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

background-color css

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

 a { background-color: rgb(134,181,149); }

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

border-color css

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

 span { border-color: rgb(134,181,149); }

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