#899291

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

Shades of Oslo Grey #899291

Tints of Oslo Grey #899291

Color information

#899291 (or 0x899291) is unknown color: approx Oslo Grey. HEX triplet: 89, 92 and 91. RGB value is (137,146,145). Sum of RGB (Red+Green+Blue) = 137+146+145=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 146 - color contains mainly: green. Hex color #899291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899291 is #766D6E. Grayscale: #8F8F8F. Windows color (decimal): -7761263 or 9540233. OLE color: 9540233.

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

Color convert

RGB137146145-
CMYK0.0600.010.43
HSL173.33º3.96%55.49%-
HSV(B)173.33º6.16%57.25%-
XYZ25.7127.9230.82-
YUV143.2129.02123.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=32.01%
G=34.11%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461450.0600.010.43173.333.9655.49
Hex8992916012Bad437
Octal21122222160153255467
Binary1000100110010010100100011100110101110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899291; }

 p { color: rgb(137,146,145); }

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

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

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

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

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

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

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