#9BAB9E

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

Shades of Edward #9BAB9E

Tints of Edward #9BAB9E

Color information

#9BAB9E (or 0x9BAB9E) is unknown color: approx Edward. HEX triplet: 9B, AB and 9E. RGB value is (155,171,158). Sum of RGB (Red+Green+Blue) = 155+171+158=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9E is #645461. Grayscale: #A4A4A4. Windows color (decimal): -6575202 or 10398619. OLE color: 10398619.

HSL color Cylindrical-coordinate representation of color #9BAB9E: hue angle of 131.25º 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 #9BAB9E is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB155171158-
CMYK0.0900.080.33
HSL131.25º8.7%63.92%-
HSV(B)131.25º9.36%67.06%-
XYZ34.2538.5637.99-
YUV164.73124.2121.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=32.02%
G=35.33%
B=32.64%

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
Decimal1551711580.0900.080.33131.258.763.92
Hex9BAB9E9082183940
Octal233253236110104120311100
Binary1001101110101011100111101001010001000011000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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