#83BC6A

Color #83BC6A Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #83BC6A

Tints of Mantis #83BC6A

Color information

#83BC6A (or 0x83BC6A) is unknown color: approx Mantis. HEX triplet: 83, BC and 6A. RGB value is (131,188,106). Sum of RGB (Red+Green+Blue) = 131+188+106=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC6A is #7C4395. Grayscale: #A1A1A1. Windows color (decimal): -8143766 or 6995075. OLE color: 6995075.

HSL color Cylindrical-coordinate representation of color #83BC6A: hue angle of 101.71º degrees, saturation: 0.38, 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 #83BC6A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB131188106-
CMYK0.3000.440.26
HSL101.71º37.96%57.65%-
HSV(B)101.71º43.62%73.73%-
XYZ29.9441.8320.13-
YUV161.6196.62106.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=30.82%
G=44.24%
B=24.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311881060.3000.440.26101.7137.9657.65
Hex83BC6A1E02C1A66263a
Octal20327415236054321464672
Binary10000011101111001101010111100101100110101100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BC6A; }

 p { color: rgb(131,188,106); }

 H1.HeaderClassName
 {
   color: #83BC6A;
 }
 .AnyTagClassName
 {
   color: #83BC6A;
 }
</style>
background-color css

<style>
 a { background-color: #83BC6A; }

 a { background-color: rgb(131,188,106); }

 div.DivClassName
 {
   background-color: #83BC6A;
 }
 .BgClassName
 {
   background-color: #83BC6A;
 }
</style>
border-color css

<style>
 span { border-color: #83BC6A; }

 span { border-color: rgb(131,188,106); }

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