#899492

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

Shades of Oslo Grey #899492

Tints of Oslo Grey #899492

Color information

#899492 (or 0x899492) is unknown color: approx Oslo Grey. HEX triplet: 89, 94 and 92. RGB value is (137,148,146). Sum of RGB (Red+Green+Blue) = 137+148+146=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 148 - color contains mainly: green. Hex color #899492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899492 is #766B6D. Grayscale: #909090. Windows color (decimal): -7760750 or 9606281. OLE color: 9606281.

HSL color Cylindrical-coordinate representation of color #899492: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899492 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB137148146-
CMYK0.0700.010.42
HSL169.09º4.89%55.88%-
HSV(B)169.09º7.43%58.04%-
XYZ26.0928.5731.33-
YUV144.48128.86122.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=31.79%
G=34.34%
B=33.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481460.0700.010.42169.094.8955.88
Hex8994927012Aa9538
Octal21122422270152251570
Binary1000100110010100100100101110110101010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899492; }

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

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

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

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

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

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

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

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