#82928D

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

Shades of Granny Smith #82928D

Tints of Granny Smith #82928D

Color information

#82928D (or 0x82928D) is unknown color: approx Granny Smith. HEX triplet: 82, 92 and 8D. RGB value is (130,146,141). Sum of RGB (Red+Green+Blue) = 130+146+141=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #82928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82928D is #7D6D72. Grayscale: #8C8C8C. Windows color (decimal): -8220019 or 9278082. OLE color: 9278082.

HSL color Cylindrical-coordinate representation of color #82928D: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #82928D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB130146141-
CMYK0.1100.030.43
HSL161.25º6.84%54.12%-
HSV(B)161.25º10.96%57.25%-
XYZ24.2927.2329.17-
YUV140.65128.2120.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=31.18%
G=35.01%
B=33.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461410.1100.030.43161.256.8454.12
Hex82928DB032Ba1736
Octal202222215130353241766
Binary100000101001001010001101101101110101110100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82928D; }

 p { color: rgb(130,146,141); }

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

<style>
 a { background-color: #82928D; }

 a { background-color: rgb(130,146,141); }

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

<style>
 span { border-color: #82928D; }

 span { border-color: rgb(130,146,141); }

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