#93BAB2

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

Shades of Shadow Green #93BAB2

Tints of Shadow Green #93BAB2

Color information

#93BAB2 (or 0x93BAB2) is unknown color: approx Shadow Green. HEX triplet: 93, BA and B2. RGB value is (147,186,178). Sum of RGB (Red+Green+Blue) = 147+186+178=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAB2 is #6C454D. Grayscale: #ADADAD. Windows color (decimal): -7095630 or 11713171. OLE color: 11713171.

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

Color convert

RGB147186178-
CMYK0.2100.040.27
HSL167.69º22.03%65.29%-
HSV(B)167.69º20.97%72.94%-
XYZ37.6344.5448.73-
YUV173.43130.58109.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=28.77%
G=36.40%
B=34.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861780.2100.040.27167.6922.0365.29
Hex93BAB215041Ba81641
Octal22327226225043325026101
Binary1001001110111010101100101010101001101110101000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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