Html Css Color HEX #93A089 Delta

📋 copy color: '#93A089'

red 147 ◦ green 160 ◦ blue 137

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

Shades of Delta #93A089

Tints of Delta #93A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 33.11%
G = 36.04%
B = 30.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#93A089 (or 0x93A089) is known color: Delta. HEX triplet: 93, A0 and 89. RGB value is (147,160,137). Sum of RGB (Red+Green+Blue) = 147+160+137=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 160 - color contains mainly: green. Hex color #93A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A089 is #6C5F76. Grayscale: #999999. Windows color (decimal): -7102327 or 9019539. OLE color: 9019539.

HSL color Cylindrical-coordinate representation of color #93A089: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A089 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 160 137 -
CMYK 0.08 0 0.14 0.37
HSL 93.91º 0.11% 0.58% -
HSV(B) 93.91º 0.14% 0.63% -
XYZ 29.12 33.15 28.53 -
YUV 153.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 147 160 137 0.08 0 0.14 0.37 93.91 0.11 0.58
Hex 93 A0 89 8 0 E 25 5E B 3A
Octal 223 240 211 10 0 16 45 136 13 72
Binary 10010011 10100000 10001001 1000 0 1110 100101 1011110 1011 111010

Color Harmonies of #93A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A089

Black with #93A089

Text Example


Text Example

White with #93A089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,160,137); }

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

background-color css

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

 a { background-color: rgb(147,160,137); }

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

border-color css

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

 span { border-color: rgb(147,160,137); }

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