Html Css Color HEX #93A597 Edward

📋 copy color: '#93A597'

red 147 ◦ green 165 ◦ blue 151

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

Shades of Edward #93A597

Tints of Edward #93A597

RGB

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

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

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

R = 31.75%
G = 35.64%
B = 32.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#93A597 (or 0x93A597) is known color: Edward. HEX triplet: 93, A5 and 97. RGB value is (147,165,151). Sum of RGB (Red+Green+Blue) = 147+165+151=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #93A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A597 is #6C5A68. Grayscale: #9E9E9E. Windows color (decimal): -7101033 or 9938323. OLE color: 9938323.

HSL color Cylindrical-coordinate representation of color #93A597: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A597 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 165 151 -
CMYK 0.11 0 0.08 0.35
HSL 133.33º 0.09% 0.61% -
HSV(B) 133.33º 0.11% 0.65% -
XYZ 31.07 35.35 34.46 -
YUV 158.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 147 165 151 0.11 0 0.08 0.35 133.33 0.09 0.61
Hex 93 A5 97 B 0 8 23 85 9 3D
Octal 223 245 227 13 0 10 43 205 11 75
Binary 10010011 10100101 10010111 1011 0 1000 100011 10000101 1001 111101

Color Harmonies of #93A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A597

Black with #93A597

Text Example


Text Example

White with #93A597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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