#82938C

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

Shades of Granny Smith #82938C

Tints of Granny Smith #82938C

Color information

#82938C (or 0x82938C) is unknown color: approx Granny Smith. HEX triplet: 82, 93 and 8C. RGB value is (130,147,140). Sum of RGB (Red+Green+Blue) = 130+147+140=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #82938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938C is #7D6C73. Grayscale: #8D8D8D. Windows color (decimal): -8219764 or 9212802. OLE color: 9212802.

HSL color Cylindrical-coordinate representation of color #82938C: hue angle of 155.29º 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 #82938C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB130147140-
CMYK0.1200.050.42
HSL155.29º7.3%54.31%-
HSV(B)155.29º11.56%57.65%-
XYZ24.3727.5128.84-
YUV141.12127.37120.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=31.18%
G=35.25%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471400.1200.050.42155.297.354.31
Hex82938CC052A9b736
Octal202223214140552233766
Binary1000001010010011100011001100010110101010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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