Html Css Color HEX #83938E Granny Smith

📋 copy color: '#83938E'

red 131 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #83938E

Tints of Granny Smith #83938E

RGB

 RED value IS 131 (51.56% from 255) = 31.19%

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 31.19%
G = 35%
B = 33.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#83938E (or 0x83938E) is known color: Granny Smith. HEX triplet: 83, 93 and 8E. RGB value is (131,147,142). Sum of RGB (Red+Green+Blue) = 131+147+142=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #83938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83938E is #7C6C71. Grayscale: #8D8D8D. Windows color (decimal): -8154226 or 9343875. OLE color: 9343875.

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

Color convert

RGB 131 147 142 -
CMYK 0.11 0 0.03 0.42
HSL 161.25º 0.07% 0.55% -
HSV(B) 161.25º 0.11% 0.58% -
XYZ 24.68 27.65 29.63 -
YUV 141.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 131 147 142 0.11 0 0.03 0.42 161.25 0.07 0.55
Hex 83 93 8E B 0 3 2A A1 7 37
Octal 203 223 216 13 0 3 52 241 7 67
Binary 10000011 10010011 10001110 1011 0 11 101010 10100001 111 110111

Color Harmonies of #83938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83938E

Black with #83938E

Text Example


Text Example

White with #83938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83938E;
 }
 .AnyTagClassName
 {
   color: #83938E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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