#84938B

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

Shades of Granny Smith #84938B

Tints of Granny Smith #84938B

Color information

#84938B (or 0x84938B) is unknown color: approx Granny Smith. HEX triplet: 84, 93 and 8B. RGB value is (132,147,139). Sum of RGB (Red+Green+Blue) = 132+147+139=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #84938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84938B is #7B6C74. Grayscale: #8D8D8D. Windows color (decimal): -8088693 or 9147268. OLE color: 9147268.

HSL color Cylindrical-coordinate representation of color #84938B: hue angle of 148º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84938B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB132147139-
CMYK0.1000.050.42
HSL148º6.49%54.71%-
HSV(B)148º10.2%57.65%-
XYZ24.6127.6428.46-
YUV141.6126.53121.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=31.58%
G=35.17%
B=33.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471390.1000.050.421486.4954.71
Hex84938BA052A94637
Octal204223213120552224667
Binary1000010010010011100010111010010110101010010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,147,139); }

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

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

 a { background-color: rgb(132,147,139); }

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

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

 span { border-color: rgb(132,147,139); }

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