#82938E

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

Shades of Granny Smith #82938E

Tints of Granny Smith #82938E

Color information

#82938E (or 0x82938E) is unknown color: approx Granny Smith. HEX triplet: 82, 93 and 8E. RGB value is (130,147,142). Sum of RGB (Red+Green+Blue) = 130+147+142=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #82938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938E is #7D6C71. Grayscale: #8D8D8D. Windows color (decimal): -8219762 or 9343874. OLE color: 9343874.

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

Color convert

RGB130147142-
CMYK0.1200.030.42
HSL162.35º7.3%54.31%-
HSV(B)162.35º11.56%57.65%-
XYZ24.5227.5729.62-
YUV141.35128.37119.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.03%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=31.03%
G=35.08%
B=33.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471420.1200.030.42162.357.354.31
Hex82938EC032Aa2736
Octal202223216140352242766
Binary100000101001001110001110110001110101010100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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