#93BAB1

Color #93BAB1 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #93BAB1

Tints of Shadow Green #93BAB1

Color information

#93BAB1 (or 0x93BAB1) is unknown color: approx Shadow Green. HEX triplet: 93, BA and B1. RGB value is (147,186,177). Sum of RGB (Red+Green+Blue) = 147+186+177=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAB1 is #6C454E. Grayscale: #ADADAD. Windows color (decimal): -7095631 or 11647635. OLE color: 11647635.

HSL color Cylindrical-coordinate representation of color #93BAB1: hue angle of 166.15º degrees, saturation: 0.22, 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 #93BAB1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB147186177-
CMYK0.2100.050.27
HSL166.15º22.03%65.29%-
HSV(B)166.15º20.97%72.94%-
XYZ37.5344.548.21-
YUV173.31130.08109.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=28.82%
G=36.47%
B=34.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861770.2100.050.27166.1522.0365.29
Hex93BAB115051Ba61641
Octal22327226125053324626101
Binary1001001110111010101100011010101011101110100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,177); }

 H1.HeaderClassName
 {
   color: #93BAB1;
 }
 .AnyTagClassName
 {
   color: #93BAB1;
 }
</style>
background-color css

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

 a { background-color: rgb(147,186,177); }

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

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

 span { border-color: rgb(147,186,177); }

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