Html Css Color HEX #86BB69 Mantis

📋 copy color: '#86BB69'

red 134 ◦ green 187 ◦ blue 105

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

Shades of Mantis #86BB69

Tints of Mantis #86BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

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

R = 31.46%
G = 43.9%
B = 24.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#86BB69 (or 0x86BB69) is known color: Mantis. HEX triplet: 86, BB and 69. RGB value is (134,187,105). Sum of RGB (Red+Green+Blue) = 134+187+105=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB69 is #794496. Grayscale: #A2A2A2. Windows color (decimal): -7947415 or 6929286. OLE color: 6929286.

HSL color Cylindrical-coordinate representation of color #86BB69: hue angle of 98.78º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86BB69 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 105 -
CMYK 0.28 0 0.44 0.27
HSL 98.78º 0.38% 0.57% -
HSV(B) 98.78º 0.44% 0.73% -
XYZ 30.15 41.63 19.81 -
YUV 161.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 134 187 105 0.28 0 0.44 0.27 98.78 0.38 0.57
Hex 86 BB 69 1C 0 2C 1B 63 26 39
Octal 206 273 151 34 0 54 33 143 46 71
Binary 10000110 10111011 1101001 11100 0 101100 11011 1100011 100110 111001

Color Harmonies of #86BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB69

Black with #86BB69

Text Example


Text Example

White with #86BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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