Html Css Color HEX #86BD9B Summer Green

📋 copy color: '#86BD9B'

red 134 ◦ green 189 ◦ blue 155

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

Shades of Summer Green #86BD9B

Tints of Summer Green #86BD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 28.03%
G = 39.54%
B = 32.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#86BD9B (or 0x86BD9B) is known color: Summer Green. HEX triplet: 86, BD and 9B. RGB value is (134,189,155). Sum of RGB (Red+Green+Blue) = 134+189+155=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD9B is #794264. Grayscale: #A8A8A8. Windows color (decimal): -7946853 or 10206598. OLE color: 10206598.

HSL color Cylindrical-coordinate representation of color #86BD9B: hue angle of 142.91º 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 #86BD9B is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 155 -
CMYK 0.29 0 0.18 0.26
HSL 142.91º 0.29% 0.63% -
HSV(B) 142.91º 0.29% 0.74% -
XYZ 33.95 43.83 37.68 -
YUV 168.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 134 189 155 0.29 0 0.18 0.26 142.91 0.29 0.63
Hex 86 BD 9B 1D 0 12 1A 8F 1D 3F
Octal 206 275 233 35 0 22 32 217 35 77
Binary 10000110 10111101 10011011 11101 0 10010 11010 10001111 11101 111111

Color Harmonies of #86BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD9B

Black with #86BD9B

Text Example


Text Example

White with #86BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,189,155); }

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

background-color css

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

 a { background-color: rgb(134,189,155); }

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

border-color css

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

 span { border-color: rgb(134,189,155); }

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