Html Css Color HEX #82938B Granny Smith

📋 copy color: '#82938B'

red 130 ◦ green 147 ◦ blue 139

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

Shades of Granny Smith #82938B

Tints of Granny Smith #82938B

RGB

 RED value IS 130 (51.17% from 255) = 31.25%

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 31.25%
G = 35.34%
B = 33.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#82938B (or 0x82938B) is known color: Granny Smith. HEX triplet: 82, 93 and 8B. RGB value is (130,147,139). Sum of RGB (Red+Green+Blue) = 130+147+139=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #82938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938B is #7D6C74. Grayscale: #8D8D8D. Windows color (decimal): -8219765 or 9147266. OLE color: 9147266.

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

Color convert

RGB 130 147 139 -
CMYK 0.12 0 0.05 0.42
HSL 151.76º 0.07% 0.54% -
HSV(B) 151.76º 0.12% 0.58% -
XYZ 24.3 27.48 28.45 -
YUV 141.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 130 147 139 0.12 0 0.05 0.42 151.76 0.07 0.54
Hex 82 93 8B C 0 5 2A 98 7 36
Octal 202 223 213 14 0 5 52 230 7 66
Binary 10000010 10010011 10001011 1100 0 101 101010 10011000 111 110110

Color Harmonies of #82938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82938B

Black with #82938B

Text Example


Text Example

White with #82938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82938B;
 }
 .AnyTagClassName
 {
   color: #82938B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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