Html Css Color HEX #93B9AD Shadow Green

📋 copy color: '#93B9AD'

red 147 ◦ green 185 ◦ blue 173

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

Shades of Shadow Green #93B9AD

Tints of Shadow Green #93B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 29.11%
G = 36.63%
B = 34.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#93B9AD (or 0x93B9AD) is known color: Shadow Green. HEX triplet: 93, B9 and AD. RGB value is (147,185,173). Sum of RGB (Red+Green+Blue) = 147+185+173=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B9AD is #6C4652. Grayscale: #ACACAC. Windows color (decimal): -7095891 or 11385235. OLE color: 11385235.

HSL color Cylindrical-coordinate representation of color #93B9AD: hue angle of 161.05º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B9AD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 185 173 -
CMYK 0.21 0 0.06 0.27
HSL 161.05º 0.21% 0.65% -
HSV(B) 161.05º 0.21% 0.73% -
XYZ 36.92 43.92 46.07 -
YUV 172.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 147 185 173 0.21 0 0.06 0.27 161.05 0.21 0.65
Hex 93 B9 AD 15 0 6 1B A1 15 41
Octal 223 271 255 25 0 6 33 241 25 101
Binary 10010011 10111001 10101101 10101 0 110 11011 10100001 10101 1000001

Color Harmonies of #93B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B9AD

Black with #93B9AD

Text Example


Text Example

White with #93B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,173); }

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

background-color css

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

 a { background-color: rgb(147,185,173); }

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

border-color css

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

 span { border-color: rgb(147,185,173); }

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