Html Css Color HEX #899388 Stack

📋 copy color: '#899388'

red 137 ◦ green 147 ◦ blue 136

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

Shades of Stack #899388

Tints of Stack #899388

RGB

 RED value IS 137 (53.91% from 255) = 32.62%

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 32.62%
G = 35%
B = 32.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#899388 (or 0x899388) is known color: Stack. HEX triplet: 89, 93 and 88. RGB value is (137,147,136). Sum of RGB (Red+Green+Blue) = 137+147+136=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #899388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899388 is #766C77. Grayscale: #8E8E8E. Windows color (decimal): -7761016 or 8950665. OLE color: 8950665.

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

Color convert

RGB 137 147 136 -
CMYK 0.07 0 0.07 0.42
HSL 114.55º 0.05% 0.55% -
HSV(B) 114.55º 0.07% 0.58% -
XYZ 25.19 27.96 27.36 -
YUV 142.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 137 147 136 0.07 0 0.07 0.42 114.55 0.05 0.55
Hex 89 93 88 7 0 7 2A 73 5 37
Octal 211 223 210 7 0 7 52 163 5 67
Binary 10001001 10010011 10001000 111 0 111 101010 1110011 101 110111

Color Harmonies of #899388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899388

Black with #899388

Text Example


Text Example

White with #899388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899388; }

 p { color: rgb(137,147,136); }

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

background-color css

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

 a { background-color: rgb(137,147,136); }

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

border-color css

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

 span { border-color: rgb(137,147,136); }

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