Html Css Color HEX #86B493 Summer Green

📋 copy color: '#86B493'

red 134 ◦ green 180 ◦ blue 147

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

Shades of Summer Green #86B493

Tints of Summer Green #86B493

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

 BLUE value IS 147 (57.81% from 255) = 31.89%

R = 29.07%
G = 39.05%
B = 31.89%

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

#86B493 (or 0x86B493) is known color: Summer Green. HEX triplet: 86, B4 and 93. RGB value is (134,180,147). Sum of RGB (Red+Green+Blue) = 134+180+147=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #86B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B493 is #794B6C. Grayscale: #A2A2A2. Windows color (decimal): -7949165 or 9680006. OLE color: 9680006.

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

Color convert

RGB 134 180 147 -
CMYK 0.26 0 0.18 0.29
HSL 136.96º 0.23% 0.62% -
HSV(B) 136.96º 0.26% 0.71% -
XYZ 31.42 39.82 33.63 -
YUV 162.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 134 180 147 0.26 0 0.18 0.29 136.96 0.23 0.62
Hex 86 B4 93 1A 0 12 1D 89 17 3E
Octal 206 264 223 32 0 22 35 211 27 76
Binary 10000110 10110100 10010011 11010 0 10010 11101 10001001 10111 111110

Color Harmonies of #86B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B493

Black with #86B493

Text Example


Text Example

White with #86B493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,147); }

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

background-color css

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

 a { background-color: rgb(134,180,147); }

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

border-color css

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

 span { border-color: rgb(134,180,147); }

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