Html Css Color HEX #86BD5E Mantis

📋 copy color: '#86BD5E'

red 134 ◦ green 189 ◦ blue 94

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

Shades of Mantis #86BD5E

Tints of Mantis #86BD5E

RGB

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

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

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

R = 32.13%
G = 45.32%
B = 22.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#86BD5E (or 0x86BD5E) is known color: Mantis. HEX triplet: 86, BD and 5E. RGB value is (134,189,94). Sum of RGB (Red+Green+Blue) = 134+189+94=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD5E is #7942A1. Grayscale: #A2A2A2. Windows color (decimal): -7946914 or 6208902. OLE color: 6208902.

HSL color Cylindrical-coordinate representation of color #86BD5E: hue angle of 94.74º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86BD5E is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 94 -
CMYK 0.29 0 0.50 0.26
HSL 94.74º 0.42% 0.55% -
HSV(B) 94.74º 0.5% 0.74% -
XYZ 30.05 42.27 17.17 -
YUV 161.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 134 189 94 0.29 0 0.50 0.26 94.74 0.42 0.55
Hex 86 BD 5E 1D 0 32 1A 5F 2A 37
Octal 206 275 136 35 0 62 32 137 52 67
Binary 10000110 10111101 1011110 11101 0 110010 11010 1011111 101010 110111

Color Harmonies of #86BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD5E

Black with #86BD5E

Text Example


Text Example

White with #86BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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