#97B49B

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

Shades of Edward #97B49B

Tints of Edward #97B49B

Color information

#97B49B (or 0x97B49B) is unknown color: approx Edward. HEX triplet: 97, B4 and 9B. RGB value is (151,180,155). Sum of RGB (Red+Green+Blue) = 151+180+155=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #97B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B49B is #684B64. Grayscale: #A8A8A8. Windows color (decimal): -6835045 or 10204311. OLE color: 10204311.

HSL color Cylindrical-coordinate representation of color #97B49B: hue angle of 128.28º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97B49B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB151180155-
CMYK0.1600.140.29
HSL128.28º16.2%64.9%-
HSV(B)128.28º16.11%70.59%-
XYZ3541.5937.19-
YUV168.48120.39115.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=31.07%
G=37.04%
B=31.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801550.1600.140.29128.2816.264.9
Hex97B49B100E1D801041
Octal227264233200163520020101
Binary10010111101101001001101110000011101110110000000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B49B; }

 p { color: rgb(151,180,155); }

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

<style>
 a { background-color: #97B49B; }

 a { background-color: rgb(151,180,155); }

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

<style>
 span { border-color: #97B49B; }

 span { border-color: rgb(151,180,155); }

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