#82928B

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

Shades of Granny Smith #82928B

Tints of Granny Smith #82928B

Color information

#82928B (or 0x82928B) is unknown color: approx Granny Smith. HEX triplet: 82, 92 and 8B. RGB value is (130,146,139). Sum of RGB (Red+Green+Blue) = 130+146+139=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #82928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82928B is #7D6D74. Grayscale: #8C8C8C. Windows color (decimal): -8220021 or 9147010. OLE color: 9147010.

HSL color Cylindrical-coordinate representation of color #82928B: hue angle of 153.75º 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 #82928B is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB130146139-
CMYK0.1100.050.43
HSL153.75º6.84%54.12%-
HSV(B)153.75º10.96%57.25%-
XYZ24.1527.1728.4-
YUV140.42127.2120.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=31.33%
G=35.18%
B=33.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461390.1100.050.43153.756.8454.12
Hex82928BB052B9a736
Octal202222213130553232766
Binary1000001010010010100010111011010110101110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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