#849290

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

Shades of Oslo Grey #849290

Tints of Oslo Grey #849290

Color information

#849290 (or 0x849290) is unknown color: approx Oslo Grey. HEX triplet: 84, 92 and 90. RGB value is (132,146,144). Sum of RGB (Red+Green+Blue) = 132+146+144=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #849290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849290 is #7B6D6F. Grayscale: #8D8D8D. Windows color (decimal): -8088944 or 9474692. OLE color: 9474692.

HSL color Cylindrical-coordinate representation of color #849290: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849290 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB132146144-
CMYK0.1000.010.43
HSL171.43º6.03%54.51%-
HSV(B)171.43º9.59%57.25%-
XYZ24.8327.4830.38-
YUV141.59129.36121.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=31.28%
G=34.60%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461440.1000.010.43171.436.0354.51
Hex849290A012Bab637
Octal204222220120153253667
Binary10000100100100101001000010100110101110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849290; }

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

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

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

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

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

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

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

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