Html Css Color HEX #86BC98 Summer Green

📋 copy color: '#86BC98'

red 134 ◦ green 188 ◦ blue 152

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

Shades of Summer Green #86BC98

Tints of Summer Green #86BC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 28.27%
G = 39.66%
B = 32.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#86BC98 (or 0x86BC98) is known color: Summer Green. HEX triplet: 86, BC and 98. RGB value is (134,188,152). Sum of RGB (Red+Green+Blue) = 134+188+152=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC98 is #794367. Grayscale: #A7A7A7. Windows color (decimal): -7947112 or 10009734. OLE color: 10009734.

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

Color convert

RGB 134 188 152 -
CMYK 0.29 0 0.19 0.26
HSL 140º 0.29% 0.63% -
HSV(B) 140º 0.29% 0.74% -
XYZ 33.48 43.3 36.3 -
YUV 167.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 134 188 152 0.29 0 0.19 0.26 140 0.29 0.63
Hex 86 BC 98 1D 0 13 1A 8C 1D 3F
Octal 206 274 230 35 0 23 32 214 35 77
Binary 10000110 10111100 10011000 11101 0 10011 11010 10001100 11101 111111

Color Harmonies of #86BC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC98

Black with #86BC98

Text Example


Text Example

White with #86BC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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