#97A59B

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

Shades of Edward #97A59B

Tints of Edward #97A59B

Color information

#97A59B (or 0x97A59B) is unknown color: approx Edward. HEX triplet: 97, A5 and 9B. RGB value is (151,165,155). Sum of RGB (Red+Green+Blue) = 151+165+155=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #97A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A59B is #685A64. Grayscale: #9F9F9F. Windows color (decimal): -6838885 or 10200471. OLE color: 10200471.

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

Color convert

RGB151165155-
CMYK0.0800.060.35
HSL137.14º7.22%61.96%-
HSV(B)137.14º8.48%64.71%-
XYZ32.1335.8636.24-
YUV159.67125.36121.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=32.06%
G=35.03%
B=32.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651550.0800.060.35137.147.2261.96
Hex97A59B806238973e
Octal227245233100643211776
Binary1001011110100101100110111000011010001110001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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