Html Css Color HEX #889290 Oslo Grey

📋 copy color: '#889290'

red 136 ◦ green 146 ◦ blue 144

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

Shades of Oslo Grey #889290

Tints of Oslo Grey #889290

RGB

 RED value IS 136 (53.52% from 255) = 31.92%

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 31.92%
G = 34.27%
B = 33.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#889290 (or 0x889290) is known color: Oslo Grey. HEX triplet: 88, 92 and 90. RGB value is (136,146,144). Sum of RGB (Red+Green+Blue) = 136+146+144=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #889290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889290 is #776D6F. Grayscale: #8E8E8E. Windows color (decimal): -7826800 or 9474696. OLE color: 9474696.

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

Color convert

RGB 136 146 144 -
CMYK 0.07 0 0.01 0.43
HSL 168º 0.04% 0.55% -
HSV(B) 168º 0.07% 0.57% -
XYZ 25.47 27.81 30.41 -
YUV 142.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 136 146 144 0.07 0 0.01 0.43 168 0.04 0.55
Hex 88 92 90 7 0 1 2B A8 4 37
Octal 210 222 220 7 0 1 53 250 4 67
Binary 10001000 10010010 10010000 111 0 1 101011 10101000 100 110111

Color Harmonies of #889290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889290

Black with #889290

Text Example


Text Example

White with #889290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889290; }

 p { color: rgb(136,146,144); }

 H1.HeaderClassName
 {
   color: #889290;
 }
 .AnyTagClassName
 {
   color: #889290;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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