Html Css Color HEX #86BD4A Mantis

📋 copy color: '#86BD4A'

red 134 ◦ green 189 ◦ blue 74

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

Shades of Mantis #86BD4A

Tints of Mantis #86BD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 33.75%
G = 47.61%
B = 18.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#86BD4A (or 0x86BD4A) is known color: Mantis. HEX triplet: 86, BD and 4A. RGB value is (134,189,74). Sum of RGB (Red+Green+Blue) = 134+189+74=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD4A is #7942B5. Grayscale: #9F9F9F. Windows color (decimal): -7946934 or 4898182. OLE color: 4898182.

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

Color convert

RGB 134 189 74 -
CMYK 0.29 0 0.61 0.26
HSL 88.7º 0.47% 0.52% -
HSV(B) 88.7º 0.61% 0.74% -
XYZ 29.27 41.96 13.03 -
YUV 159.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 134 189 74 0.29 0 0.61 0.26 88.7 0.47 0.52
Hex 86 BD 4A 1D 0 3D 1A 59 2F 34
Octal 206 275 112 35 0 75 32 131 57 64
Binary 10000110 10111101 1001010 11101 0 111101 11010 1011001 101111 110100

Color Harmonies of #86BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD4A

Black with #86BD4A

Text Example


Text Example

White with #86BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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