#888B8B

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

Shades of Oslo Grey #888B8B

Tints of Oslo Grey #888B8B

Color information

#888B8B (or 0x888B8B) is unknown color: approx Oslo Grey. HEX triplet: 88, 8B and 8B. RGB value is (136,139,139). Sum of RGB (Red+Green+Blue) = 136+139+139=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #888B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B8B is #777474. Grayscale: #8A8A8A. Windows color (decimal): -7828597 or 9145224. OLE color: 9145224.

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

Color convert

RGB136139139-
CMYK0.02000.45
HSL180º1.28%53.92%-
HSV(B)180º2.16%54.51%-
XYZ24.0525.5628.09-
YUV138.1128.51126.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=32.85%
G=33.57%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391390.02000.451801.2853.92
Hex888B8B2002Db4136
Octal21021321320055264166
Binary1000100010001011100010111000101101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B8B; }

 p { color: rgb(136,139,139); }

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

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

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

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

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

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

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