#849D93

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

Shades of Granny Smith #849D93

Tints of Granny Smith #849D93

Color information

#849D93 (or 0x849D93) is unknown color: approx Granny Smith. HEX triplet: 84, 9D and 93. RGB value is (132,157,147). Sum of RGB (Red+Green+Blue) = 132+157+147=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #849D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D93 is #7B626C. Grayscale: #949494. Windows color (decimal): -8086125 or 9674116. OLE color: 9674116.

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

Color convert

RGB132157147-
CMYK0.1600.060.38
HSL156º11.31%56.67%-
HSV(B)156º15.92%61.57%-
XYZ26.8431.1332.2-
YUV148.38127.22116.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=30.28%
G=36.01%
B=33.72%

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
Decimal1321571470.1600.060.3815611.3156.67
Hex849D931006269cb39
Octal2042352232006462341371
Binary100001001001110110010011100000110100110100111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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