#9BAC9E

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

Shades of Edward #9BAC9E

Tints of Edward #9BAC9E

Color information

#9BAC9E (or 0x9BAC9E) is unknown color: approx Edward. HEX triplet: 9B, AC and 9E. RGB value is (155,172,158). Sum of RGB (Red+Green+Blue) = 155+172+158=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC9E is #645361. Grayscale: #A5A5A5. Windows color (decimal): -6574946 or 10398875. OLE color: 10398875.

HSL color Cylindrical-coordinate representation of color #9BAC9E: hue angle of 130.59º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BAC9E is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB155172158-
CMYK0.1000.080.33
HSL130.59º9.29%64.12%-
HSV(B)130.59º9.88%67.45%-
XYZ34.4438.9438.05-
YUV165.32123.87120.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=31.96%
G=35.46%
B=32.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721580.1000.080.33130.599.2964.12
Hex9BAC9EA082183940
Octal233254236120104120311100
Binary1001101110101100100111101010010001000011000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,158); }

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

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

 a { background-color: rgb(155,172,158); }

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

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

 span { border-color: rgb(155,172,158); }

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