Html Css Color HEX #889195 Aluminium

📋 copy color: '#889195'

red 136 ◦ green 145 ◦ blue 149

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

Shades of Aluminium #889195

Tints of Aluminium #889195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 31.63%
G = 33.72%
B = 34.65%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889195 (or 0x889195) is known color: Aluminium. HEX triplet: 88, 91 and 95. RGB value is (136,145,149). Sum of RGB (Red+Green+Blue) = 136+145+149=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #889195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889195 is #776E6A. Grayscale: #8E8E8E. Windows color (decimal): -7827051 or 9802120. OLE color: 9802120.

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

Color convert

RGB 136 145 149 -
CMYK 0.09 0.03 0 0.42
HSL 198.46º 0.06% 0.56% -
HSV(B) 198.46º 0.09% 0.58% -
XYZ 25.7 27.65 32.42 -
YUV 142.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 136 145 149 0.09 0.03 0 0.42 198.46 0.06 0.56
Hex 88 91 95 9 3 0 2A C6 6 38
Octal 210 221 225 11 3 0 52 306 6 70
Binary 10001000 10010001 10010101 1001 11 0 101010 11000110 110 111000

Color Harmonies of #889195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889195

Black with #889195

Text Example


Text Example

White with #889195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889195; }

 p { color: rgb(136,145,149); }

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

background-color css

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

 a { background-color: rgb(136,145,149); }

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

border-color css

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

 span { border-color: rgb(136,145,149); }

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