#97B29B

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

Shades of Edward #97B29B

Tints of Edward #97B29B

Color information

#97B29B (or 0x97B29B) is unknown color: approx Edward. HEX triplet: 97, B2 and 9B. RGB value is (151,178,155). Sum of RGB (Red+Green+Blue) = 151+178+155=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #97B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B29B is #684D64. Grayscale: #A7A7A7. Windows color (decimal): -6835557 or 10203799. OLE color: 10203799.

HSL color Cylindrical-coordinate representation of color #97B29B: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97B29B is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB151178155-
CMYK0.1500.130.30
HSL128.89º14.92%64.51%-
HSV(B)128.89º15.17%69.8%-
XYZ34.640.7937.06-
YUV167.3121.05116.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=31.20%
G=36.78%
B=32.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511781550.1500.130.30128.8914.9264.51
Hex97B29BF0D1E81f41
Octal227262233170153620117101
Binary100101111011001010011011111101101111101000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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