#93B9B0

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

Shades of Shadow Green #93B9B0

Tints of Shadow Green #93B9B0

Color information

#93B9B0 (or 0x93B9B0) is unknown color: approx Shadow Green. HEX triplet: 93, B9 and B0. RGB value is (147,185,176). Sum of RGB (Red+Green+Blue) = 147+185+176=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B9B0 is #6C464F. Grayscale: #ACACAC. Windows color (decimal): -7095888 or 11581843. OLE color: 11581843.

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

Color convert

RGB147185176-
CMYK0.2100.050.27
HSL165.79º21.35%65.1%-
HSV(B)165.79º20.54%72.55%-
XYZ37.2244.0447.61-
YUV172.61129.91109.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=28.94%
G=36.42%
B=34.65%

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
Decimal1471851760.2100.050.27165.7921.3565.1
Hex93B9B015051Ba61541
Octal22327126025053324625101
Binary1001001110111001101100001010101011101110100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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