#84938C

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

Shades of Granny Smith #84938C

Tints of Granny Smith #84938C

Color information

#84938C (or 0x84938C) is unknown color: approx Granny Smith. HEX triplet: 84, 93 and 8C. RGB value is (132,147,140). Sum of RGB (Red+Green+Blue) = 132+147+140=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #84938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84938C is #7B6C73. Grayscale: #8D8D8D. Windows color (decimal): -8088692 or 9212804. OLE color: 9212804.

HSL color Cylindrical-coordinate representation of color #84938C: hue angle of 152º 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 #84938C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB132147140-
CMYK0.1000.050.42
HSL152º6.49%54.71%-
HSV(B)152º10.2%57.65%-
XYZ24.6827.6728.85-
YUV141.72127.03121.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=31.50%
G=35.08%
B=33.41%

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
Decimal1321471400.1000.050.421526.4954.71
Hex84938CA052A98637
Octal204223214120552230667
Binary1000010010010011100011001010010110101010011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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