Html Css Color HEX #899291 Oslo Grey

📋 copy color: '#899291'

red 137 ◦ green 146 ◦ blue 145

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

Shades of Oslo Grey #899291

Tints of Oslo Grey #899291

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 value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#899291 (or 0x899291) is known color: 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

RGB 137 146 145 -
CMYK 0.06 0 0.01 0.43
HSL 173.33º 0.04% 0.55% -
HSV(B) 173.33º 0.06% 0.57% -
XYZ 25.71 27.92 30.82 -
YUV 143.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 137 146 145 0.06 0 0.01 0.43 173.33 0.04 0.55
Hex 89 92 91 6 0 1 2B AD 4 37
Octal 211 222 221 6 0 1 53 255 4 67
Binary 10001001 10010010 10010001 110 0 1 101011 10101101 100 110111

Color Harmonies of #899291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899291

Black with #899291

Text Example


Text Example

White with #899291

Text Example


Text Example

HTML Codes & Css Web 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>