Html Css Color HEX #83938B Granny Smith

📋 copy color: '#83938B'

red 131 ◦ green 147 ◦ blue 139

#83938B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #83938B

Tints of Granny Smith #83938B

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 value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#83938B (or 0x83938B) is known color: 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

RGB 131 147 139 -
CMYK 0.11 0 0.05 0.42
HSL 150º 0.07% 0.55% -
HSV(B) 150º 0.11% 0.58% -
XYZ 24.45 27.56 28.46 -
YUV 141.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 131 147 139 0.11 0 0.05 0.42 150 0.07 0.55
Hex 83 93 8B B 0 5 2A 96 7 37
Octal 203 223 213 13 0 5 52 226 7 67
Binary 10000011 10010011 10001011 1011 0 101 101010 10010110 111 110111

Color Harmonies of #83938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83938B

Black with #83938B

Text Example


Text Example

White with #83938B

Text Example


Text Example

HTML Codes & Css Web 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>