#9BAB9D

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

Shades of Edward #9BAB9D

Tints of Edward #9BAB9D

Color information

#9BAB9D (or 0x9BAB9D) is unknown color: approx Edward. HEX triplet: 9B, AB and 9D. RGB value is (155,171,157). Sum of RGB (Red+Green+Blue) = 155+171+157=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9D is #645462. Grayscale: #A4A4A4. Windows color (decimal): -6575203 or 10333083. OLE color: 10333083.

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

Color convert

RGB155171157-
CMYK0.0900.080.33
HSL127.5º8.7%63.92%-
HSV(B)127.5º9.36%67.06%-
XYZ34.1738.5337.53-
YUV164.62123.7121.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=32.09%
G=35.40%
B=32.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551711570.0900.080.33127.58.763.92
Hex9BAB9D908217f940
Octal233253235110104117711100
Binary100110111010101110011101100101000100001111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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