Html Css Color HEX #86BCA0 Summer Green

📋 copy color: '#86BCA0'

red 134 ◦ green 188 ◦ blue 160

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

Shades of Summer Green #86BCA0

Tints of Summer Green #86BCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 27.8%
G = 39%
B = 33.2%

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

#86BCA0 (or 0x86BCA0) is known color: Summer Green. HEX triplet: 86, BC and A0. RGB value is (134,188,160). Sum of RGB (Red+Green+Blue) = 134+188+160=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCA0 is #79435F. Grayscale: #A8A8A8. Windows color (decimal): -7947104 or 10534022. OLE color: 10534022.

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

Color convert

RGB 134 188 160 -
CMYK 0.29 0 0.15 0.26
HSL 148.89º 0.29% 0.63% -
HSV(B) 148.89º 0.29% 0.74% -
XYZ 34.16 43.57 39.87 -
YUV 168.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 134 188 160 0.29 0 0.15 0.26 148.89 0.29 0.63
Hex 86 BC A0 1D 0 F 1A 95 1D 3F
Octal 206 274 240 35 0 17 32 225 35 77
Binary 10000110 10111100 10100000 11101 0 1111 11010 10010101 11101 111111

Color Harmonies of #86BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCA0

Black with #86BCA0

Text Example


Text Example

White with #86BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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