#849B92

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

Shades of Granny Smith #849B92

Tints of Granny Smith #849B92

Color information

#849B92 (or 0x849B92) is unknown color: approx Granny Smith. HEX triplet: 84, 9B and 92. RGB value is (132,155,146). Sum of RGB (Red+Green+Blue) = 132+155+146=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #849B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B92 is #7B646D. Grayscale: #939393. Windows color (decimal): -8086638 or 9608068. OLE color: 9608068.

HSL color Cylindrical-coordinate representation of color #849B92: hue angle of 156.52º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849B92 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB132155146-
CMYK0.1500.060.39
HSL156.52º10.31%56.27%-
HSV(B)156.52º14.84%60.78%-
XYZ26.4330.4231.67-
YUV147.1127.38117.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=30.48%
G=35.80%
B=33.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321551460.1500.060.39156.5210.3156.27
Hex849B92F06279da38
Octal2042332221706472351270
Binary10000100100110111001001011110110100111100111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,155,146); }

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

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

 a { background-color: rgb(132,155,146); }

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

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

 span { border-color: rgb(132,155,146); }

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