Html Css Color HEX #93AA97 Edward

📋 copy color: '#93AA97'

red 147 ◦ green 170 ◦ blue 151

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

Shades of Edward #93AA97

Tints of Edward #93AA97

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 31.41%
G = 36.32%
B = 32.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#93AA97 (or 0x93AA97) is known color: Edward. HEX triplet: 93, AA and 97. RGB value is (147,170,151). Sum of RGB (Red+Green+Blue) = 147+170+151=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA97 is #6C5568. Grayscale: #A1A1A1. Windows color (decimal): -7099753 or 9939603. OLE color: 9939603.

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

Color convert

RGB 147 170 151 -
CMYK 0.14 0 0.11 0.33
HSL 130.43º 0.12% 0.62% -
HSV(B) 130.43º 0.14% 0.67% -
XYZ 31.99 37.19 34.77 -
YUV 160.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 147 170 151 0.14 0 0.11 0.33 130.43 0.12 0.62
Hex 93 AA 97 E 0 B 21 82 C 3E
Octal 223 252 227 16 0 13 41 202 14 76
Binary 10010011 10101010 10010111 1110 0 1011 100001 10000010 1100 111110

Color Harmonies of #93AA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA97

Black with #93AA97

Text Example


Text Example

White with #93AA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AA97; }

 p { color: rgb(147,170,151); }

 H1.HeaderClassName
 {
   color: #93AA97;
 }
 .AnyTagClassName
 {
   color: #93AA97;
 }
</style>

background-color css

<style>
 a { background-color: #93AA97; }

 a { background-color: rgb(147,170,151); }

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

border-color css

<style>
 span { border-color: #93AA97; }

 span { border-color: rgb(147,170,151); }

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