#849191

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

Shades of Oslo Grey #849191

Tints of Oslo Grey #849191

Color information

#849191 (or 0x849191) is unknown color: approx Oslo Grey. HEX triplet: 84, 91 and 91. RGB value is (132,145,145). Sum of RGB (Red+Green+Blue) = 132+145+145=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #849191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849191 is #7B6E6E. Grayscale: #8D8D8D. Windows color (decimal): -8089199 or 9539972. OLE color: 9539972.

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

Color convert

RGB132145145-
CMYK0.09000.43
HSL180º5.58%54.31%-
HSV(B)180º8.97%56.86%-
XYZ24.7527.230.73-
YUV141.11130.19121.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=31.28%
G=34.36%
B=34.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451450.09000.431805.5854.31
Hex8491919002Bb4636
Octal204221221110053264666
Binary10000100100100011001000110010010101110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849191; }

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

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

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

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

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

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

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

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