Html Css Color HEX #97A19B Edward

📋 copy color: '#97A19B'

red 151 ◦ green 161 ◦ blue 155

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

Shades of Edward #97A19B

Tints of Edward #97A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 155 (60.94% from 255) = 33.19%

R = 32.33%
G = 34.48%
B = 33.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#97A19B (or 0x97A19B) is known color: Edward. HEX triplet: 97, A1 and 9B. RGB value is (151,161,155). Sum of RGB (Red+Green+Blue) = 151+161+155=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #97A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A19B is #685E64. Grayscale: #9D9D9D. Windows color (decimal): -6839909 or 10199447. OLE color: 10199447.

HSL color Cylindrical-coordinate representation of color #97A19B: hue angle of 144º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #97A19B is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 155 -
CMYK 0.06 0 0.04 0.37
HSL 144º 0.05% 0.61% -
HSV(B) 144º 0.06% 0.63% -
XYZ 31.42 34.44 36 -
YUV 157.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 151 161 155 0.06 0 0.04 0.37 144 0.05 0.61
Hex 97 A1 9B 6 0 4 25 90 5 3D
Octal 227 241 233 6 0 4 45 220 5 75
Binary 10010111 10100001 10011011 110 0 100 100101 10010000 101 111101

Color Harmonies of #97A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A19B

Black with #97A19B

Text Example


Text Example

White with #97A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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