Html Css Color HEX #86BA62 Mantis

📋 copy color: '#86BA62'

red 134 ◦ green 186 ◦ blue 98

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

Shades of Mantis #86BA62

Tints of Mantis #86BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 32.06%
G = 44.5%
B = 23.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#86BA62 (or 0x86BA62) is known color: Mantis. HEX triplet: 86, BA and 62. RGB value is (134,186,98). Sum of RGB (Red+Green+Blue) = 134+186+98=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA62 is #79459D. Grayscale: #A0A0A0. Windows color (decimal): -7947678 or 6470278. OLE color: 6470278.

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

Color convert

RGB 134 186 98 -
CMYK 0.28 0 0.47 0.27
HSL 95.45º 0.39% 0.56% -
HSV(B) 95.45º 0.47% 0.73% -
XYZ 29.6 41.07 17.92 -
YUV 160.42 92.77 109.16 -
System Red Green Blue C M Y K H S L
Decimal 134 186 98 0.28 0 0.47 0.27 95.45 0.39 0.56
Hex 86 BA 62 1C 0 2F 1B 5F 27 38
Octal 206 272 142 34 0 57 33 137 47 70
Binary 10000110 10111010 1100010 11100 0 101111 11011 1011111 100111 111000

Color Harmonies of #86BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA62

Black with #86BA62

Text Example


Text Example

White with #86BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,98); }

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

background-color css

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

 a { background-color: rgb(134,186,98); }

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

border-color css

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

 span { border-color: rgb(134,186,98); }

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