Html Css Color HEX #93A198 Edward

📋 copy color: '#93A198'

red 147 ◦ green 161 ◦ blue 152

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

Shades of Edward #93A198

Tints of Edward #93A198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 31.96%
G = 35%
B = 33.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#93A198 (or 0x93A198) is known color: Edward. HEX triplet: 93, A1 and 98. RGB value is (147,161,152). Sum of RGB (Red+Green+Blue) = 147+161+152=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #93A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A198 is #6C5E67. Grayscale: #9B9B9B. Windows color (decimal): -7102056 or 10002835. OLE color: 10002835.

HSL color Cylindrical-coordinate representation of color #93A198: hue angle of 141.43º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93A198 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 161 152 -
CMYK 0.09 0 0.06 0.37
HSL 141.43º 0.07% 0.6% -
HSV(B) 141.43º 0.09% 0.63% -
XYZ 30.44 33.96 34.66 -
YUV 155.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 147 161 152 0.09 0 0.06 0.37 141.43 0.07 0.6
Hex 93 A1 98 9 0 6 25 8D 7 3C
Octal 223 241 230 11 0 6 45 215 7 74
Binary 10010011 10100001 10011000 1001 0 110 100101 10001101 111 111100

Color Harmonies of #93A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A198

Black with #93A198

Text Example


Text Example

White with #93A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,161,152); }

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

background-color css

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

 a { background-color: rgb(147,161,152); }

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

border-color css

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

 span { border-color: rgb(147,161,152); }

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