#9BA79C

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

Shades of Edward #9BA79C

Tints of Edward #9BA79C

Color information

#9BA79C (or 0x9BA79C) is unknown color: approx Edward. HEX triplet: 9B, A7 and 9C. RGB value is (155,167,156). Sum of RGB (Red+Green+Blue) = 155+167+156=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA79C is #645863. Grayscale: #A2A2A2. Windows color (decimal): -6576228 or 10266523. OLE color: 10266523.

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

Color convert

RGB155167156-
CMYK0.0700.070.35
HSL125º6.38%63.14%-
HSV(B)125º7.19%65.49%-
XYZ33.3437.0136.84-
YUV162.16124.52122.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=32.43%
G=34.94%
B=32.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551671560.0700.070.351256.3863.14
Hex9BA79C707237d63f
Octal23324723470743175677
Binary10011011101001111001110011101111000111111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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