Html Css Color HEX #889B86 Stack

📋 copy color: '#889B86'

red 136 ◦ green 155 ◦ blue 134

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

Shades of Stack #889B86

Tints of Stack #889B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 32%
G = 36.47%
B = 31.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#889B86 (or 0x889B86) is known color: Stack. HEX triplet: 88, 9B and 86. RGB value is (136,155,134). Sum of RGB (Red+Green+Blue) = 136+155+134=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #889B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B86 is #776479. Grayscale: #929292. Windows color (decimal): -7824506 or 8821640. OLE color: 8821640.

HSL color Cylindrical-coordinate representation of color #889B86: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889B86 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 134 -
CMYK 0.12 0 0.14 0.39
HSL 114.29º 0.1% 0.57% -
HSV(B) 114.29º 0.14% 0.61% -
XYZ 26.18 30.4 27.04 -
YUV 146.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 136 155 134 0.12 0 0.14 0.39 114.29 0.1 0.57
Hex 88 9B 86 C 0 E 27 72 A 39
Octal 210 233 206 14 0 16 47 162 12 71
Binary 10001000 10011011 10000110 1100 0 1110 100111 1110010 1010 111001

Color Harmonies of #889B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B86

Black with #889B86

Text Example


Text Example

White with #889B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889B86; }

 p { color: rgb(136,155,134); }

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

background-color css

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

 a { background-color: rgb(136,155,134); }

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

border-color css

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

 span { border-color: rgb(136,155,134); }

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