#83B460

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

Shades of Mantis #83B460

Tints of Mantis #83B460

Color information

#83B460 (or 0x83B460) is unknown color: approx Mantis. HEX triplet: 83, B4 and 60. RGB value is (131,180,96). Sum of RGB (Red+Green+Blue) = 131+180+96=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #83B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B460 is #7C4B9F. Grayscale: #9C9C9C. Windows color (decimal): -8145824 or 6337667. OLE color: 6337667.

HSL color Cylindrical-coordinate representation of color #83B460: hue angle of 95º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83B460 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB13118096-
CMYK0.2700.470.29
HSL95º35.9%54.12%-
HSV(B)95º46.67%70.59%-
XYZ27.7938.3117-
YUV155.7794.27110.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=32.19%
G=44.23%
B=23.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131180960.2700.470.299535.954.12
Hex83B4601B02F1D5f2436
Octal20326414033057351374466
Binary10000011101101001100000110110101111111011011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,96); }

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

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

 a { background-color: rgb(131,180,96); }

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

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

 span { border-color: rgb(131,180,96); }

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