Html Css Color HEX #849391 Oslo Grey

📋 copy color: '#849391'

red 132 ◦ green 147 ◦ blue 145

#849391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #849391

Tints of Oslo Grey #849391

RGB

 RED value IS 132 (51.95% from 255) = 31.13%

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 31.13%
G = 34.67%
B = 34.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#849391 (or 0x849391) is known color: Oslo Grey. HEX triplet: 84, 93 and 91. RGB value is (132,147,145). Sum of RGB (Red+Green+Blue) = 132+147+145=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #849391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849391 is #7B6C6E. Grayscale: #8E8E8E. Windows color (decimal): -8088687 or 9540484. OLE color: 9540484.

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

Color convert

RGB 132 147 145 -
CMYK 0.10 0 0.01 0.42
HSL 172º 0.06% 0.55% -
HSV(B) 172º 0.1% 0.58% -
XYZ 25.06 27.82 30.84 -
YUV 142.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 132 147 145 0.10 0 0.01 0.42 172 0.06 0.55
Hex 84 93 91 A 0 1 2A AC 6 37
Octal 204 223 221 12 0 1 52 254 6 67
Binary 10000100 10010011 10010001 1010 0 1 101010 10101100 110 110111

Color Harmonies of #849391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849391

Black with #849391

Text Example


Text Example

White with #849391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849391; }

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

 H1.HeaderClassName
 {
   color: #849391;
 }
 .AnyTagClassName
 {
   color: #849391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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