Html Css Color HEX #86BE5E Mantis

📋 copy color: '#86BE5E'

red 134 ◦ green 190 ◦ blue 94

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

Shades of Mantis #86BE5E

Tints of Mantis #86BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 32.06%
G = 45.45%
B = 22.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#86BE5E (or 0x86BE5E) is known color: Mantis. HEX triplet: 86, BE and 5E. RGB value is (134,190,94). Sum of RGB (Red+Green+Blue) = 134+190+94=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE5E is #7941A1. Grayscale: #A2A2A2. Windows color (decimal): -7946658 or 6209158. OLE color: 6209158.

HSL color Cylindrical-coordinate representation of color #86BE5E: hue angle of 95º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86BE5E is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 94 -
CMYK 0.29 0 0.51 0.25
HSL 95º 0.42% 0.56% -
HSV(B) 95º 0.51% 0.75% -
XYZ 30.27 42.7 17.24 -
YUV 162.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 134 190 94 0.29 0 0.51 0.25 95 0.42 0.56
Hex 86 BE 5E 1D 0 33 19 5F 2A 38
Octal 206 276 136 35 0 63 31 137 52 70
Binary 10000110 10111110 1011110 11101 0 110011 11001 1011111 101010 111000

Color Harmonies of #86BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE5E

Black with #86BE5E

Text Example


Text Example

White with #86BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,94); }

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

background-color css

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

 a { background-color: rgb(134,190,94); }

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

border-color css

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

 span { border-color: rgb(134,190,94); }

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