Html Css Color HEX #86BA93 Summer Green

📋 copy color: '#86BA93'

red 134 ◦ green 186 ◦ blue 147

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

Shades of Summer Green #86BA93

Tints of Summer Green #86BA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

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

R = 28.69%
G = 39.83%
B = 31.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#86BA93 (or 0x86BA93) is known color: Summer Green. HEX triplet: 86, BA and 93. RGB value is (134,186,147). Sum of RGB (Red+Green+Blue) = 134+186+147=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA93 is #79456C. Grayscale: #A6A6A6. Windows color (decimal): -7947629 or 9681542. OLE color: 9681542.

HSL color Cylindrical-coordinate representation of color #86BA93: hue angle of 135º 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 #86BA93 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 147 -
CMYK 0.28 0 0.21 0.27
HSL 135º 0.27% 0.63% -
HSV(B) 135º 0.28% 0.73% -
XYZ 32.66 42.29 34.05 -
YUV 166.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 134 186 147 0.28 0 0.21 0.27 135 0.27 0.63
Hex 86 BA 93 1C 0 15 1B 87 1B 3F
Octal 206 272 223 34 0 25 33 207 33 77
Binary 10000110 10111010 10010011 11100 0 10101 11011 10000111 11011 111111

Color Harmonies of #86BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA93

Black with #86BA93

Text Example


Text Example

White with #86BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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