#849492

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

Shades of Oslo Grey #849492

Tints of Oslo Grey #849492

Color information

#849492 (or 0x849492) is unknown color: approx Oslo Grey. HEX triplet: 84, 94 and 92. RGB value is (132,148,146). Sum of RGB (Red+Green+Blue) = 132+148+146=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #849492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849492 is #7B6B6D. Grayscale: #8E8E8E. Windows color (decimal): -8088430 or 9606276. OLE color: 9606276.

HSL color Cylindrical-coordinate representation of color #849492: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849492 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB132148146-
CMYK0.1100.010.42
HSL172.5º6.96%54.9%-
HSV(B)172.5º10.81%58.04%-
XYZ25.2928.1631.3-
YUV142.99129.7120.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=30.99%
G=34.74%
B=34.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481460.1100.010.42172.56.9654.9
Hex849492B012Aac737
Octal204224222130152254767
Binary10000100100101001001001010110110101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849492; }

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

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

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

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

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

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

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

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