#83B066

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

Shades of Mantis #83B066

Tints of Mantis #83B066

Color information

#83B066 (or 0x83B066) is unknown color: approx Mantis. HEX triplet: 83, B0 and 66. RGB value is (131,176,102). Sum of RGB (Red+Green+Blue) = 131+176+102=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #83B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B066 is #7C4F99. Grayscale: #9A9A9A. Windows color (decimal): -8146842 or 6729859. OLE color: 6729859.

HSL color Cylindrical-coordinate representation of color #83B066: hue angle of 96.49º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83B066 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB131176102-
CMYK0.2600.420.31
HSL96.49º31.9%54.51%-
HSV(B)96.49º42.05%69.02%-
XYZ27.2836.8418.24-
YUV154.1198.59111.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=32.03%
G=43.03%
B=24.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311761020.2600.420.3196.4931.954.51
Hex83B0661A02A1F602037
Octal20326014632052371404067
Binary10000011101100001100110110100101010111111100000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,102); }

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

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

 a { background-color: rgb(131,176,102); }

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

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

 span { border-color: rgb(131,176,102); }

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