#849E95

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

Shades of Granny Smith #849E95

Tints of Granny Smith #849E95

Color information

#849E95 (or 0x849E95) is unknown color: approx Granny Smith. HEX triplet: 84, 9E and 95. RGB value is (132,158,149). Sum of RGB (Red+Green+Blue) = 132+158+149=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 158 - color contains mainly: green. Hex color #849E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E95 is #7B616A. Grayscale: #959595. Windows color (decimal): -8085867 or 9805444. OLE color: 9805444.

HSL color Cylindrical-coordinate representation of color #849E95: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E95 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB132158149-
CMYK0.1600.060.38
HSL159.23º11.82%56.86%-
HSV(B)159.23º16.46%61.96%-
XYZ27.1731.5333.09-
YUV149.2127.89115.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=30.07%
G=35.99%
B=33.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321581490.1600.060.38159.2311.8256.86
Hex849E951006269fc39
Octal2042362252006462371471
Binary100001001001111010010101100000110100110100111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849E95; }

 p { color: rgb(132,158,149); }

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

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

 a { background-color: rgb(132,158,149); }

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

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

 span { border-color: rgb(132,158,149); }

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