#9BA79E

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

Shades of Edward #9BA79E

Tints of Edward #9BA79E

Color information

#9BA79E (or 0x9BA79E) is unknown color: approx Edward. HEX triplet: 9B, A7 and 9E. RGB value is (155,167,158). Sum of RGB (Red+Green+Blue) = 155+167+158=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA79E is #645861. Grayscale: #A2A2A2. Windows color (decimal): -6576226 or 10397595. OLE color: 10397595.

HSL color Cylindrical-coordinate representation of color #9BA79E: hue angle of 135º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA79E is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB155167158-
CMYK0.0700.050.35
HSL135º6.38%63.14%-
HSV(B)135º7.19%65.49%-
XYZ33.5137.0737.74-
YUV162.39125.52122.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 167 (65.62% from 255) = 34.79%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=32.29%
G=34.79%
B=32.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551671580.0700.050.351356.3863.14
Hex9BA79E705238763f
Octal23324723670543207677
Binary100110111010011110011110111010110001110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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