#849090

Color #849090 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #849090

Tints of Oslo Grey #849090

Color information

#849090 (or 0x849090) is unknown color: approx Oslo Grey. HEX triplet: 84, 90 and 90. RGB value is (132,144,144). Sum of RGB (Red+Green+Blue) = 132+144+144=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #849090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849090 is #7B6F6F. Grayscale: #8C8C8C. Windows color (decimal): -8089456 or 9474180. OLE color: 9474180.

HSL color Cylindrical-coordinate representation of color #849090: hue angle of 180º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #849090 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132144144-
CMYK0.08000.44
HSL180º5.13%54.12%-
HSV(B)180º8.33%56.47%-
XYZ24.5226.8730.28-
YUV140.41130.02122-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=31.43%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441440.08000.441805.1354.12
Hex8490908002Cb4536
Octal204220220100054264566
Binary10000100100100001001000010000010110010110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849090; }

 p { color: rgb(132,144,144); }

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

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

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

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

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

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

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