#848886

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

Shades of Granny Smith #848886

Tints of Granny Smith #848886

Color information

#848886 (or 0x848886) is unknown color: approx Granny Smith. HEX triplet: 84, 88 and 86. RGB value is (132,136,134). Sum of RGB (Red+Green+Blue) = 132+136+134=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 136 - color contains mainly: green. Hex color #848886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848886 is #7B7779. Grayscale: #868686. Windows color (decimal): -8091514 or 8816772. OLE color: 8816772.

HSL color Cylindrical-coordinate representation of color #848886: hue angle of 150º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848886 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB132136134-
CMYK0.0300.010.47
HSL150º1.65%52.55%-
HSV(B)150º2.94%53.33%-
XYZ22.6224.2426.04-
YUV134.58127.67126.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=32.84%
G=33.83%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361340.0300.010.471501.6552.55
Hex8488863012F96235
Octal20421020630157226265
Binary10000100100010001000011011011011111001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848886; }

 p { color: rgb(132,136,134); }

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

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

 a { background-color: rgb(132,136,134); }

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

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

 span { border-color: rgb(132,136,134); }

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