Html Css Color HEX #86BD59 Mantis

📋 copy color: '#86BD59'

red 134 ◦ green 189 ◦ blue 89

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

Shades of Mantis #86BD59

Tints of Mantis #86BD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 32.52%
G = 45.87%
B = 21.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#86BD59 (or 0x86BD59) is known color: Mantis. HEX triplet: 86, BD and 59. RGB value is (134,189,89). Sum of RGB (Red+Green+Blue) = 134+189+89=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD59 is #7942A6. Grayscale: #A1A1A1. Windows color (decimal): -7946919 or 5881222. OLE color: 5881222.

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

Color convert

RGB 134 189 89 -
CMYK 0.29 0 0.53 0.26
HSL 93º 0.43% 0.55% -
HSV(B) 93º 0.53% 0.74% -
XYZ 29.83 42.18 16.02 -
YUV 161.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 134 189 89 0.29 0 0.53 0.26 93 0.43 0.55
Hex 86 BD 59 1D 0 35 1A 5D 2B 37
Octal 206 275 131 35 0 65 32 135 53 67
Binary 10000110 10111101 1011001 11101 0 110101 11010 1011101 101011 110111

Color Harmonies of #86BD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD59

Black with #86BD59

Text Example


Text Example

White with #86BD59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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