#93BDB1

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

Shades of Shadow Green #93BDB1

Tints of Shadow Green #93BDB1

Color information

#93BDB1 (or 0x93BDB1) is unknown color: approx Shadow Green. HEX triplet: 93, BD and B1. RGB value is (147,189,177). Sum of RGB (Red+Green+Blue) = 147+189+177=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #93BDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BDB1 is #6C424E. Grayscale: #AFAFAF. Windows color (decimal): -7094863 or 11648403. OLE color: 11648403.

HSL color Cylindrical-coordinate representation of color #93BDB1: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BDB1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB147189177-
CMYK0.2200.060.26
HSL162.86º24.14%65.88%-
HSV(B)162.86º22.22%74.12%-
XYZ38.1745.7748.42-
YUV175.07129.09107.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=28.65%
G=36.84%
B=34.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891770.2200.060.26162.8624.1465.88
Hex93BDB116061Aa31842
Octal22327526126063224330102
Binary1001001110111101101100011011001101101010100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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