#9BAB9F

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

Shades of Edward #9BAB9F

Tints of Edward #9BAB9F

Color information

#9BAB9F (or 0x9BAB9F) is unknown color: approx Edward. HEX triplet: 9B, AB and 9F. RGB value is (155,171,159). Sum of RGB (Red+Green+Blue) = 155+171+159=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9F is #645460. Grayscale: #A4A4A4. Windows color (decimal): -6575201 or 10464155. OLE color: 10464155.

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

Color convert

RGB155171159-
CMYK0.0900.070.33
HSL135º8.7%63.92%-
HSV(B)135º9.36%67.06%-
XYZ34.3438.638.44-
YUV164.85124.7120.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=31.96%
G=35.26%
B=32.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551711590.0900.070.331358.763.92
Hex9BAB9F9072187940
Octal23325323711074120711100
Binary100110111010101110011111100101111000011000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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