#849894

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

Shades of Granny Smith #849894

Tints of Granny Smith #849894

Color information

#849894 (or 0x849894) is unknown color: approx Granny Smith. HEX triplet: 84, 98 and 94. RGB value is (132,152,148). Sum of RGB (Red+Green+Blue) = 132+152+148=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #849894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849894 is #7B676B. Grayscale: #919191. Windows color (decimal): -8087404 or 9738372. OLE color: 9738372.

HSL color Cylindrical-coordinate representation of color #849894: hue angle of 168º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849894 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB132152148-
CMYK0.1300.030.40
HSL168º8.85%55.69%-
HSV(B)168º13.16%59.61%-
XYZ26.0929.532.34-
YUV145.56129.37118.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=30.56%
G=35.19%
B=34.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521480.1300.030.401688.8555.69
Hex849894D0328a8938
Octal2042302241503502501170
Binary1000010010011000100101001101011101000101010001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849894; }

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

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

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

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

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

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

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

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