#9BA09D

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

Shades of Edward #9BA09D

Tints of Edward #9BA09D

Color information

#9BA09D (or 0x9BA09D) is unknown color: approx Edward. HEX triplet: 9B, A0 and 9D. RGB value is (155,160,157). Sum of RGB (Red+Green+Blue) = 155+160+157=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA09D is #645F62. Grayscale: #9E9E9E. Windows color (decimal): -6578019 or 10330267. OLE color: 10330267.

HSL color Cylindrical-coordinate representation of color #9BA09D: hue angle of 144º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9BA09D is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB155160157-
CMYK0.0300.020.37
HSL144º2.56%61.76%-
HSV(B)144º3.12%62.75%-
XYZ32.1734.5436.87-
YUV158.16127.34125.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=32.84%
G=33.90%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601570.0300.020.371442.5661.76
Hex9BA09D302259033e
Octal23324023530245220376
Binary100110111010000010011101110101001011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA09D; }

 p { color: rgb(155,160,157); }

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

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

 a { background-color: rgb(155,160,157); }

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

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

 span { border-color: rgb(155,160,157); }

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