Html Css Color HEX #86B99C Summer Green

📋 copy color: '#86B99C'

red 134 ◦ green 185 ◦ blue 156

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

Shades of Summer Green #86B99C

Tints of Summer Green #86B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 28.21%
G = 38.95%
B = 32.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#86B99C (or 0x86B99C) is known color: Summer Green. HEX triplet: 86, B9 and 9C. RGB value is (134,185,156). Sum of RGB (Red+Green+Blue) = 134+185+156=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #86B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B99C is #794663. Grayscale: #A6A6A6. Windows color (decimal): -7947876 or 10271110. OLE color: 10271110.

HSL color Cylindrical-coordinate representation of color #86B99C: hue angle of 145.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B99C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 185 156 -
CMYK 0.28 0 0.16 0.27
HSL 145.88º 0.27% 0.63% -
HSV(B) 145.88º 0.28% 0.73% -
XYZ 33.18 42.17 37.84 -
YUV 166.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 134 185 156 0.28 0 0.16 0.27 145.88 0.27 0.63
Hex 86 B9 9C 1C 0 10 1B 92 1B 3F
Octal 206 271 234 34 0 20 33 222 33 77
Binary 10000110 10111001 10011100 11100 0 10000 11011 10010010 11011 111111

Color Harmonies of #86B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B99C

Black with #86B99C

Text Example


Text Example

White with #86B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,185,156); }

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

background-color css

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

 a { background-color: rgb(134,185,156); }

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

border-color css

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

 span { border-color: rgb(134,185,156); }

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