#848D8B

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

Shades of Oslo Grey #848D8B

Tints of Oslo Grey #848D8B

Color information

#848D8B (or 0x848D8B) is unknown color: approx Oslo Grey. HEX triplet: 84, 8D and 8B. RGB value is (132,141,139). Sum of RGB (Red+Green+Blue) = 132+141+139=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 141 - color contains mainly: green. Hex color #848D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D8B is #7B7274. Grayscale: #8A8A8A. Windows color (decimal): -8090229 or 9145732. OLE color: 9145732.

HSL color Cylindrical-coordinate representation of color #848D8B: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D8B is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB132141139-
CMYK0.0600.010.45
HSL166.67º3.8%53.53%-
HSV(B)166.67º6.38%55.29%-
XYZ23.725.8228.16-
YUV138.08128.52123.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=32.04%
G=34.22%
B=33.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411390.0600.010.45166.673.853.53
Hex848D8B6012Da7436
Octal20421521360155247466
Binary1000010010001101100010111100110110110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D8B; }

 p { color: rgb(132,141,139); }

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

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

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

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

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

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

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