#9BA49C

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

Shades of Edward #9BA49C

Tints of Edward #9BA49C

Color information

#9BA49C (or 0x9BA49C) is unknown color: approx Edward. HEX triplet: 9B, A4 and 9C. RGB value is (155,164,156). Sum of RGB (Red+Green+Blue) = 155+164+156=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA49C is #645B63. Grayscale: #A0A0A0. Windows color (decimal): -6576996 or 10265755. OLE color: 10265755.

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

Color convert

RGB155164156-
CMYK0.0500.050.36
HSL126.67º4.71%62.55%-
HSV(B)126.67º5.49%64.31%-
XYZ32.7935.9236.66-
YUV160.4125.52124.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=32.63%
G=34.53%
B=32.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641560.0500.050.36126.674.7162.55
Hex9BA49C505247f53f
Octal23324423450544177577
Binary10011011101001001001110010101011001001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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