Html Css Color HEX #86BD73 Mantis

📋 copy color: '#86BD73'

red 134 ◦ green 189 ◦ blue 115

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

Shades of Mantis #86BD73

Tints of Mantis #86BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 30.59%
G = 43.15%
B = 26.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#86BD73 (or 0x86BD73) is known color: Mantis. HEX triplet: 86, BD and 73. RGB value is (134,189,115). Sum of RGB (Red+Green+Blue) = 134+189+115=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD73 is #79428C. Grayscale: #A4A4A4. Windows color (decimal): -7946893 or 7585158. OLE color: 7585158.

HSL color Cylindrical-coordinate representation of color #86BD73: hue angle of 104.59º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BD73 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 115 -
CMYK 0.29 0 0.39 0.26
HSL 104.59º 0.36% 0.6% -
HSV(B) 104.59º 0.39% 0.74% -
XYZ 31.12 42.7 22.82 -
YUV 164.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 134 189 115 0.29 0 0.39 0.26 104.59 0.36 0.6
Hex 86 BD 73 1D 0 27 1A 69 24 3C
Octal 206 275 163 35 0 47 32 151 44 74
Binary 10000110 10111101 1110011 11101 0 100111 11010 1101001 100100 111100

Color Harmonies of #86BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD73

Black with #86BD73

Text Example


Text Example

White with #86BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,189,115); }

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

background-color css

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

 a { background-color: rgb(134,189,115); }

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

border-color css

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

 span { border-color: rgb(134,189,115); }

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