Html Css Color HEX #97A59C Edward

📋 copy color: '#97A59C'

red 151 ◦ green 165 ◦ blue 156

#97A59C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #97A59C

Tints of Edward #97A59C

RGB

 RED value IS 151 (59.38% from 255) = 31.99%

 GREEN value IS 165 (64.84% from 255) = 34.96%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 31.99%
G = 34.96%
B = 33.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#97A59C (or 0x97A59C) is known color: Edward. HEX triplet: 97, A5 and 9C. RGB value is (151,165,156). Sum of RGB (Red+Green+Blue) = 151+165+156=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 165 - color contains mainly: green. Hex color #97A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A59C is #685A63. Grayscale: #9F9F9F. Windows color (decimal): -6838884 or 10266007. OLE color: 10266007.

HSL color Cylindrical-coordinate representation of color #97A59C: hue angle of 141.43º 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 #97A59C is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 165 156 -
CMYK 0.08 0 0.05 0.35
HSL 141.43º 0.07% 0.62% -
HSV(B) 141.43º 0.08% 0.65% -
XYZ 32.22 35.89 36.68 -
YUV 159.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 151 165 156 0.08 0 0.05 0.35 141.43 0.07 0.62
Hex 97 A5 9C 8 0 5 23 8D 7 3E
Octal 227 245 234 10 0 5 43 215 7 76
Binary 10010111 10100101 10011100 1000 0 101 100011 10001101 111 111110

Color Harmonies of #97A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A59C

Black with #97A59C

Text Example


Text Example

White with #97A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97A59C;
 }
 .AnyTagClassName
 {
   color: #97A59C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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