#82918B

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

Shades of Granny Smith #82918B

Tints of Granny Smith #82918B

Color information

#82918B (or 0x82918B) is unknown color: approx Granny Smith. HEX triplet: 82, 91 and 8B. RGB value is (130,145,139). Sum of RGB (Red+Green+Blue) = 130+145+139=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #82918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82918B is #7D6E74. Grayscale: #8B8B8B. Windows color (decimal): -8220277 or 9146754. OLE color: 9146754.

HSL color Cylindrical-coordinate representation of color #82918B: hue angle of 156º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82918B is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB130145139-
CMYK0.1000.040.43
HSL156º6.38%53.92%-
HSV(B)156º10.34%56.86%-
XYZ23.9926.8628.35-
YUV139.83127.53120.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=31.40%
G=35.02%
B=33.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451390.1000.040.431566.3853.92
Hex82918BA042B9c636
Octal202221213120453234666
Binary1000001010010001100010111010010010101110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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