#93BDB3

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

Shades of Shadow Green #93BDB3

Tints of Shadow Green #93BDB3

Color information

#93BDB3 (or 0x93BDB3) is unknown color: approx Shadow Green. HEX triplet: 93, BD and B3. RGB value is (147,189,179). Sum of RGB (Red+Green+Blue) = 147+189+179=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #93BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDB3 is #6C424C. Grayscale: #AFAFAF. Windows color (decimal): -7094861 or 11779475. OLE color: 11779475.

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

Color convert

RGB147189179-
CMYK0.2200.050.26
HSL165.71º24.14%65.88%-
HSV(B)165.71º22.22%74.12%-
XYZ38.3745.8549.48-
YUV175.3130.09107.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=28.54%
G=36.70%
B=34.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891790.2200.050.26165.7124.1465.88
Hex93BDB316051Aa61842
Octal22327526326053224630102
Binary1001001110111101101100111011001011101010100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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