#849D94

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

Shades of Granny Smith #849D94

Tints of Granny Smith #849D94

Color information

#849D94 (or 0x849D94) is unknown color: approx Granny Smith. HEX triplet: 84, 9D and 94. RGB value is (132,157,148). Sum of RGB (Red+Green+Blue) = 132+157+148=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #849D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D94 is #7B626B. Grayscale: #949494. Windows color (decimal): -8086124 or 9739652. OLE color: 9739652.

HSL color Cylindrical-coordinate representation of color #849D94: hue angle of 158.4º degrees, saturation: 0.11, 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 #849D94 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB132157148-
CMYK0.1600.060.38
HSL158.4º11.31%56.67%-
HSV(B)158.4º15.92%61.57%-
XYZ26.9231.1632.61-
YUV148.5127.72116.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=30.21%
G=35.93%
B=33.87%

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
Decimal1321571480.1600.060.38158.411.3156.67
Hex849D941006269eb39
Octal2042352242006462361371
Binary100001001001110110010100100000110100110100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,148); }

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

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

 a { background-color: rgb(132,157,148); }

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

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

 span { border-color: rgb(132,157,148); }

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