#83938B

Color #83938B Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #83938B

Tints of Granny Smith #83938B

Color information

#83938B (or 0x83938B) is unknown color: approx Granny Smith. HEX triplet: 83, 93 and 8B. RGB value is (131,147,139). Sum of RGB (Red+Green+Blue) = 131+147+139=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #83938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83938B is #7C6C74. Grayscale: #8D8D8D. Windows color (decimal): -8154229 or 9147267. OLE color: 9147267.

HSL color Cylindrical-coordinate representation of color #83938B: hue angle of 150º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83938B is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB131147139-
CMYK0.1100.050.42
HSL150º6.9%54.51%-
HSV(B)150º10.88%57.65%-
XYZ24.4527.5628.46-
YUV141.3126.7120.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=31.41%
G=35.25%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471390.1100.050.421506.954.51
Hex83938BB052A96737
Octal203223213130552226767
Binary1000001110010011100010111011010110101010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83938B; }

 p { color: rgb(131,147,139); }

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

<style>
 a { background-color: #83938B; }

 a { background-color: rgb(131,147,139); }

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

<style>
 span { border-color: #83938B; }

 span { border-color: rgb(131,147,139); }

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