#8A9B91

Color #8A9B91 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #8A9B91

Tints of Edward #8A9B91

Color information

#8A9B91 (or 0x8A9B91) is unknown color: approx Edward. HEX triplet: 8A, 9B and 91. RGB value is (138,155,145). Sum of RGB (Red+Green+Blue) = 138+155+145=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B91 is #75646E. Grayscale: #949494. Windows color (decimal): -7693423 or 9542538. OLE color: 9542538.

HSL color Cylindrical-coordinate representation of color #8A9B91: hue angle of 144.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B91 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB138155145-
CMYK0.1100.060.39
HSL144.71º7.83%57.45%-
HSV(B)144.71º10.97%60.78%-
XYZ27.3130.8931.31-
YUV148.78125.87120.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=31.51%
G=35.39%
B=33.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551450.1100.060.39144.717.8357.45
Hex8A9B91B062791839
Octal2122332211306472211071
Binary10001010100110111001000110110110100111100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9B91; }

 p { color: rgb(138,155,145); }

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

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

 a { background-color: rgb(138,155,145); }

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

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

 span { border-color: rgb(138,155,145); }

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