Html Css Color HEX #86BD69 Mantis

📋 copy color: '#86BD69'

red 134 ◦ green 189 ◦ blue 105

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

Shades of Mantis #86BD69

Tints of Mantis #86BD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.53%

R = 31.31%
G = 44.16%
B = 24.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#86BD69 (or 0x86BD69) is known color: Mantis. HEX triplet: 86, BD and 69. RGB value is (134,189,105). Sum of RGB (Red+Green+Blue) = 134+189+105=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD69 is #794296. Grayscale: #A3A3A3. Windows color (decimal): -7946903 or 6929798. OLE color: 6929798.

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

Color convert

RGB 134 189 105 -
CMYK 0.29 0 0.44 0.26
HSL 99.29º 0.39% 0.58% -
HSV(B) 99.29º 0.44% 0.74% -
XYZ 30.58 42.48 19.95 -
YUV 162.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 134 189 105 0.29 0 0.44 0.26 99.29 0.39 0.58
Hex 86 BD 69 1D 0 2C 1A 63 27 3A
Octal 206 275 151 35 0 54 32 143 47 72
Binary 10000110 10111101 1101001 11101 0 101100 11010 1100011 100111 111010

Color Harmonies of #86BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD69

Black with #86BD69

Text Example


Text Example

White with #86BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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