#83938A

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

Shades of Granny Smith #83938A

Tints of Granny Smith #83938A

Color information

#83938A (or 0x83938A) is unknown color: approx Granny Smith. HEX triplet: 83, 93 and 8A. RGB value is (131,147,138). Sum of RGB (Red+Green+Blue) = 131+147+138=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #83938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83938A is #7C6C75. Grayscale: #8D8D8D. Windows color (decimal): -8154230 or 9081731. OLE color: 9081731.

HSL color Cylindrical-coordinate representation of color #83938A: hue angle of 146.25º 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 #83938A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB131147138-
CMYK0.1100.060.42
HSL146.25º6.9%54.51%-
HSV(B)146.25º10.88%57.65%-
XYZ24.3827.5328.07-
YUV141.19126.2120.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=31.49%
G=35.34%
B=33.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471380.1100.060.42146.256.954.51
Hex83938AB062A92737
Octal203223212130652222767
Binary1000001110010011100010101011011010101010010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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