#89938A

Color #89938A Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #89938A

Tints of Stack #89938A

Color information

#89938A (or 0x89938A) is unknown color: approx Stack. HEX triplet: 89, 93 and 8A. RGB value is (137,147,138). Sum of RGB (Red+Green+Blue) = 137+147+138=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #89938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89938A is #766C75. Grayscale: #8F8F8F. Windows color (decimal): -7761014 or 9081737. OLE color: 9081737.

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

Color convert

RGB137147138-
CMYK0.0700.060.42
HSL126º4.42%55.69%-
HSV(B)126º6.8%57.65%-
XYZ25.3428.0228.12-
YUV142.98125.19123.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=32.46%
G=34.83%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471380.0700.060.421264.4255.69
Hex89938A7062A7e438
Octal21122321270652176470
Binary10001001100100111000101011101101010101111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89938A; }

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

 H1.HeaderClassName
 {
   color: #89938A;
 }
 .AnyTagClassName
 {
   color: #89938A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #89938A;
 }
 .BgClassName
 {
   background-color: #89938A;
 }
</style>
border-color css

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

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

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