Html Css Color HEX #889986 Stack

📋 copy color: '#889986'

red 136 ◦ green 153 ◦ blue 134

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

Shades of Stack #889986

Tints of Stack #889986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 32.15%
G = 36.17%
B = 31.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#889986 (or 0x889986) is known color: Stack. HEX triplet: 88, 99 and 86. RGB value is (136,153,134). Sum of RGB (Red+Green+Blue) = 136+153+134=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #889986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889986 is #776679. Grayscale: #919191. Windows color (decimal): -7825018 or 8821128. OLE color: 8821128.

HSL color Cylindrical-coordinate representation of color #889986: hue angle of 113.68º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889986 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 134 -
CMYK 0.11 0 0.12 0.4
HSL 113.68º 0.09% 0.56% -
HSV(B) 113.68º 0.12% 0.6% -
XYZ 25.85 29.74 26.93 -
YUV 145.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 136 153 134 0.11 0 0.12 0.4 113.68 0.09 0.56
Hex 88 99 86 B 0 C 28 72 9 38
Octal 210 231 206 13 0 14 50 162 11 70
Binary 10001000 10011001 10000110 1011 0 1100 101000 1110010 1001 111000

Color Harmonies of #889986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889986

Black with #889986

Text Example


Text Example

White with #889986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889986; }

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

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

background-color css

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

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

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

border-color css

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

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

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