Html Css Color HEX #97AB9C Edward

📋 copy color: '#97AB9C'

red 151 ◦ green 171 ◦ blue 156

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

Shades of Edward #97AB9C

Tints of Edward #97AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 31.59%
G = 35.77%
B = 32.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#97AB9C (or 0x97AB9C) is known color: Edward. HEX triplet: 97, AB and 9C. RGB value is (151,171,156). Sum of RGB (Red+Green+Blue) = 151+171+156=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AB9C is #685463. Grayscale: #A3A3A3. Windows color (decimal): -6837348 or 10267543. OLE color: 10267543.

HSL color Cylindrical-coordinate representation of color #97AB9C: hue angle of 135º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97AB9C is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 171 156 -
CMYK 0.12 0 0.09 0.33
HSL 135º 0.11% 0.63% -
HSV(B) 135º 0.12% 0.67% -
XYZ 33.33 38.11 37.05 -
YUV 163.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 151 171 156 0.12 0 0.09 0.33 135 0.11 0.63
Hex 97 AB 9C C 0 9 21 87 B 3F
Octal 227 253 234 14 0 11 41 207 13 77
Binary 10010111 10101011 10011100 1100 0 1001 100001 10000111 1011 111111

Color Harmonies of #97AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AB9C

Black with #97AB9C

Text Example


Text Example

White with #97AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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