#97B19C

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

Shades of Edward #97B19C

Tints of Edward #97B19C

Color information

#97B19C (or 0x97B19C) is unknown color: approx Edward. HEX triplet: 97, B1 and 9C. RGB value is (151,177,156). Sum of RGB (Red+Green+Blue) = 151+177+156=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #97B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B19C is #684E63. Grayscale: #A6A6A6. Windows color (decimal): -6835812 or 10269079. OLE color: 10269079.

HSL color Cylindrical-coordinate representation of color #97B19C: hue angle of 131.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97B19C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB151177156-
CMYK0.1500.120.31
HSL131.54º14.29%64.31%-
HSV(B)131.54º14.69%69.41%-
XYZ34.4940.4237.44-
YUV166.83121.89116.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=31.20%
G=36.57%
B=32.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771560.1500.120.31131.5414.2964.31
Hex97B19CF0C1F84e40
Octal227261234170143720416100
Binary100101111011000110011100111101100111111000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,156); }

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

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

 a { background-color: rgb(151,177,156); }

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

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

 span { border-color: rgb(151,177,156); }

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