Html Css Color HEX #889492 Oslo Grey

📋 copy color: '#889492'

red 136 ◦ green 148 ◦ blue 146

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

Shades of Oslo Grey #889492

Tints of Oslo Grey #889492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 31.63%
G = 34.42%
B = 33.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#889492 (or 0x889492) is known color: Oslo Grey. HEX triplet: 88, 94 and 92. RGB value is (136,148,146). Sum of RGB (Red+Green+Blue) = 136+148+146=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #889492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889492 is #776B6D. Grayscale: #909090. Windows color (decimal): -7826286 or 9606280. OLE color: 9606280.

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

Color convert

RGB 136 148 146 -
CMYK 0.08 0 0.01 0.42
HSL 170º 0.05% 0.56% -
HSV(B) 170º 0.08% 0.58% -
XYZ 25.93 28.49 31.33 -
YUV 144.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 136 148 146 0.08 0 0.01 0.42 170 0.05 0.56
Hex 88 94 92 8 0 1 2A AA 5 38
Octal 210 224 222 10 0 1 52 252 5 70
Binary 10001000 10010100 10010010 1000 0 1 101010 10101010 101 111000

Color Harmonies of #889492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889492

Black with #889492

Text Example


Text Example

White with #889492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889492; }

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

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

background-color css

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

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

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

border-color css

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

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

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